summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2011-10-30 21:24:12 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2011-10-30 21:24:12 +0100
commit91b3c7f3338370538feeb080c79a1f506823dee5 (patch)
treeabf5b98c547783b5f1c10faec185c594ce3a63d4 /tests
parentf361664df024e7d30ef94221304207991c2ebb6c (diff)
make distcheck fixes
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 27ee014..b966369 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -56,9 +56,13 @@ TESTS_progs = \
gem_unref_active_buffers \
$(NULL)
+TESTS_scripts = \
+ debugfs_reader \
+ $(NULL)
+
TESTS = $(TESTS_progs) \
- debugfs_reader \
- $(NULL)
+ $(TESTS_scripts) \
+ $(NULL)
HANG = \
gem_bad_batch \
@@ -67,6 +71,7 @@ HANG = \
$(NULL)
EXTRA_PROGRAMS = $(TESTS_progs) $(HANG)
+EXTRA_DIST = $(TESTS_scripts)
CLEANFILES = $(EXTRA_PROGRAMS)
AM_CFLAGS = $(DRM_CFLAGS) $(WARN_CFLAGS) \