diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-08-29 17:49:18 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-08-29 17:49:18 +1000 |
commit | a04a9ee7e9e163b37730605ec50c8e76704dfeba (patch) | |
tree | 47079c0f8a6597acda5df4054eb6b4ac2f4f864b /tests/common/Makefile.am | |
parent | fbbb1f249da48b685b87d81938eefad7a18ba601 (diff) |
Add basic video driver test
This is copy/paste from the input driver test and can be merged together at
some later poin in time.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tests/common/Makefile.am')
-rw-r--r-- | tests/common/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/common/Makefile.am b/tests/common/Makefile.am index a2fefd1..72e2b13 100644 --- a/tests/common/Makefile.am +++ b/tests/common/Makefile.am @@ -25,4 +25,6 @@ common_sources = $(top_srcdir)/tests/common/input-driver-test.cpp \ $(top_srcdir)/tests/common/helpers.cpp \ $(top_srcdir)/tests/common/helpers.h \ $(top_srcdir)/tests/common/device-interface.cpp \ - $(top_srcdir)/tests/common/device-interface.h + $(top_srcdir)/tests/common/device-interface.h \ + $(top_srcdir)/tests/common/video-driver-test.cpp \ + $(top_srcdir)/tests/common/video-driver-test.h |