comparison run-tests.sh @ 614:5e09583275a4

Merged Nicolas/trafficintelligence into default
author Mohamed Gomaa <eng.m.gom3a@gmail.com>
date Fri, 05 Dec 2014 12:13:53 -0500
parents 4fdce0f09ece
children cc5cb04b04b0
comparison
equal deleted inserted replaced
598:11f96bd08552 614:5e09583275a4
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 else
13 echo "The test executable has not been compiled"
14 fi
15 echo "------------"
16 echo "Script tests"
17 ./scripts/run-tests.sh