tests: create a single combined test list

All tests now respond in a consistent way such that separate lists for
tests with and without subtests are no longer necessary.

v2: fix other references to the test list

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood
2015-03-13 14:15:46 +00:00
parent cff102ebb2
commit e72686b83b
3 changed files with 6 additions and 21 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
# Check that command line handling works consistently across all tests
#
TESTLIST=`cat $top_builddir/tests/single-tests.txt $top_builddir/tests/multi-tests.txt`
TESTLIST=`cat $top_builddir/tests/test-list.txt`
if [ $? -ne 0 ]; then
echo "Error: Could not read test lists"
exit 99