summaryrefslogtreecommitdiff
path: root/lib/tests
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-10-29 17:18:06 +0000
committerThomas Wood <thomas.wood@intel.com>2014-10-29 17:26:34 +0000
commitb78d142a1583e850713474d8053bea643247b8af (patch)
tree555e8a0ec8c904cc9545cf0cb33109a04164b0a5 /lib/tests
parentab5f7eace1857e60b6432dcabde98089380e5e74 (diff)
build: fix distcheck
Fix distcheck issues introduced by commit 685e577 (Move library selftests to lib/tests). Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'lib/tests')
-rw-r--r--lib/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am
index 808d31f2..765e3e57 100644
--- a/lib/tests/Makefile.am
+++ b/lib/tests/Makefile.am
@@ -1,7 +1,7 @@
include Makefile.sources
EXTRA_PROGRAMS = $(TESTS_testsuite)
-EXTRA_DIST = $(TESTS_scripts)
+EXTRA_DIST = $(TESTS_testsuite_scripts)
CLEANFILES = $(EXTRA_PROGRAMS)