changeset 540:4fdce0f09ece

minor
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 04 Jul 2014 17:38:25 -0400
parents 53587cc86f7d
children 048b43654870
files run-tests.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/run-tests.sh	Fri Jul 04 13:08:58 2014 -0400
+++ b/run-tests.sh	Fri Jul 04 17:38:25 2014 -0400
@@ -9,6 +9,8 @@
 if [ -f ./bin/tests ]
 then
     ./bin/tests
+else
+    echo "The test executable has not been compiled"
 fi
 echo "------------"
 echo "Script tests"