aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Barnes2010-04-27 14:43:20 -0500
committerJesse Barnes2010-04-27 14:43:44 -0500
commitc42d1a10e37cc2ff378511a058b89a6f8eddf1c0 (patch)
tree0bd50e1f95867ea7baac9cdc474f275bf892f914 /configure.ac
parentaf98ccf4dd5dcb1b904ec32b9bd1521e6bf7dda5 (diff)
downloadexternal-libdrm-c42d1a10e37cc2ff378511a058b89a6f8eddf1c0.tar.gz
external-libdrm-c42d1a10e37cc2ff378511a058b89a6f8eddf1c0.tar.xz
external-libdrm-c42d1a10e37cc2ff378511a058b89a6f8eddf1c0.zip
tests: add new vblank test
Simple test for event frequency.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3794838b..bc76603c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -263,6 +263,7 @@ AC_OUTPUT([
263 tests/modeprint/Makefile 263 tests/modeprint/Makefile
264 tests/modetest/Makefile 264 tests/modetest/Makefile
265 tests/kmstest/Makefile 265 tests/kmstest/Makefile
266 tests/vbltest/Makefile
266 include/Makefile 267 include/Makefile
267 include/drm/Makefile 268 include/drm/Makefile
268 libdrm.pc]) 269 libdrm.pc])