summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--systemtest/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/systemtest/Makefile.am b/systemtest/Makefile.am
index 9d4f792..8e9047d 100644
--- a/systemtest/Makefile.am
+++ b/systemtest/Makefile.am
@@ -34,9 +34,11 @@
########################### Targets ##############################
-TESTSEQUENCE = $(shell ls -d testcases_mandatory/* \
- testcases_open/* \
- testcases_fixed/*)
+TESTSEQUENCE =
+TESTSEQUENCE += testcases_mandatory/*
+TESTSEQUENCE += testcases_open/*
+TESTSEQUENCE += testcases_fixed/*
+
# general system test
.PHONY: check
check: