view 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
line wrap: on
line source

#!/bin/sh
echo "------------"
echo "Python tests"
cd python
./run-tests.sh
cd ..
echo "------------"
echo "C++ tests"
if [ -f ./bin/tests ]
then
    ./bin/tests
fi
echo "------------"
echo "Script tests"
./scripts/run-tests.sh