Mercurial > hg > nsaunier > traffic-intelligence
comparison run-tests.sh @ 540:4fdce0f09ece
minor
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Fri, 04 Jul 2014 17:38:25 -0400 |
| parents | 53587cc86f7d |
| children | cc5cb04b04b0 |
comparison
equal
deleted
inserted
replaced
| 539:53587cc86f7d | 540:4fdce0f09ece |
|---|---|
| 7 echo "------------" | 7 echo "------------" |
| 8 echo "C++ tests" | 8 echo "C++ tests" |
| 9 if [ -f ./bin/tests ] | 9 if [ -f ./bin/tests ] |
| 10 then | 10 then |
| 11 ./bin/tests | 11 ./bin/tests |
| 12 else | |
| 13 echo "The test executable has not been compiled" | |
| 12 fi | 14 fi |
| 13 echo "------------" | 15 echo "------------" |
| 14 echo "Script tests" | 16 echo "Script tests" |
| 15 ./scripts/run-tests.sh | 17 ./scripts/run-tests.sh |
