aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@jbarnes-acer.(none)>2010-04-27 15:43:20 -0400
committerJesse Barnes <jbarnes@jbarnes-acer.(none)>2010-04-27 15:43:44 -0400
commitc42d1a10e37cc2ff378511a058b89a6f8eddf1c0 (patch)
tree0bd50e1f95867ea7baac9cdc474f275bf892f914 /configure.ac
parentaf98ccf4dd5dcb1b904ec32b9bd1521e6bf7dda5 (diff)
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([
tests/modeprint/Makefile
tests/modetest/Makefile
tests/kmstest/Makefile
+ tests/vbltest/Makefile
include/Makefile
include/drm/Makefile
libdrm.pc])