comparison run-tests.sh @ 1028:cc5cb04b04b0

major update using the trafficintelligence package name and install through pip
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 15 Jun 2018 11:19:10 -0400
parents 4fdce0f09ece
children
comparison
equal deleted inserted replaced
1027:6129296848d3 1028:cc5cb04b04b0
1 #!/bin/sh 1 #!/bin/sh
2 echo "------------" 2 echo "------------"
3 echo "Python tests" 3 echo "Python tests"
4 cd python 4 cd trafficintelligence
5 ./run-tests.sh 5 ./run-tests.sh
6 cd .. 6 cd ..
7 echo "------------" 7 echo "------------"
8 echo "C++ tests" 8 echo "C++ tests"
9 if [ -f ./bin/tests ] 9 if [ -f ./bin/tests ]