Mercurial > hg > nsaunier > traffic-intelligence
comparison run-tests.sh @ 539:53587cc86f7d
added one test script that runs C++, Python and future script tests
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Fri, 04 Jul 2014 13:08:58 -0400 |
| parents | |
| children | 4fdce0f09ece |
comparison
equal
deleted
inserted
replaced
| 538:bd1ad468e928 | 539:53587cc86f7d |
|---|---|
| 1 #!/bin/sh | |
| 2 echo "------------" | |
| 3 echo "Python tests" | |
| 4 cd python | |
| 5 ./run-tests.sh | |
| 6 cd .. | |
| 7 echo "------------" | |
| 8 echo "C++ tests" | |
| 9 if [ -f ./bin/tests ] | |
| 10 then | |
| 11 ./bin/tests | |
| 12 fi | |
| 13 echo "------------" | |
| 14 echo "Script tests" | |
| 15 ./scripts/run-tests.sh |
