aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2014-02-27 16:42:06 +0000
committerDavid Howells <dhowells@redhat.com>2014-02-27 16:42:06 +0000
commit1ae90aa4ee05cd110302f57f857dc54551955667 (patch)
treee1db00a45a20cdea2680bd54c04aaed5dfdd95d3
parentbf67fbfacb700b7d7aae757cd52a804295422b67 (diff)
downloadkeyutils-1ae90aa4ee05cd110302f57f857dc54551955667.tar.gz
All files pertinent to the testsuite need to be declared
All files pertinent to the testsuite need to be declared in the FILES= macro in the tests/Makefile so that the testing infrastructure knows what is relevant. Signed-off-by: David Howells <dhowells@redhat.com>
-rw-r--r--tests/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 8cafc39..5f0cc9c 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -35,8 +35,7 @@ TESTS = $(shell /usr/bin/find . -name runtest.sh | \
/bin/sed -e 's/runtest.sh//g;s/^\.\///;s/\/$$//')
BUILT_FILES=
-FILES=$(METADATA) runtest.sh Makefile PURPOSE toolbox.inc.sh keyctl \
- prepare.inc.sh
+FILES=$(METADATA) *.sh Makefile PURPOSE bugzillas keyctl
run: $(FILES) build
bash runtest.sh $(TESTS)