Added some cosmetics to autoconf related code

This commit is contained in:
Ervin Hegedüs
2018-01-13 20:15:31 +01:00
committed by Felipe Zimmerle
parent ccb1068e85
commit 9dff36f598
4 changed files with 13 additions and 11 deletions

View File

@@ -307,7 +307,9 @@ fi
AM_CONDITIONAL([TEST_UTILITIES], [test $buildTestUtilities = true])
if test $buildTestUtilities = true; then
if test $debugLogs = true; then
TEST_CASES=`./test/test-list.sh`
if test -f ./test/test-list.sh; then
TEST_CASES=`./test/test-list.sh`
fi
fi
fi