aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
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 /tests/Makefile.am
parentaf98ccf4dd5dcb1b904ec32b9bd1521e6bf7dda5 (diff)
tests: add new vblank test
Simple test for event frequency.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3e74705e..5d240a05 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -47,6 +47,8 @@ TESTS = \
name_from_fd \
$(NULL)
+SUBDIRS += vbltest $(NULL)
+
if HAVE_INTEL
SUBDIRS += \
modeprint \