Mercurial > hg > nsaunier > traffic-intelligence
view run-tests.sh @ 1052:1748c02f9ac3
Modifying storage.py [configloaders]
| author | Wendlasida |
|---|---|
| date | Thu, 05 Jul 2018 13:48:12 -0400 |
| parents | cc5cb04b04b0 |
| children | 106365257da9 |
line wrap: on
line source
#!/bin/sh echo "------------" echo "Python tests" cd trafficintelligence ./run-tests.sh cd .. echo "------------" echo "C++ tests" if [ -f ./bin/tests ] then ./bin/tests else echo "The test executable has not been compiled" fi echo "------------" echo "Script tests" ./scripts/run-tests.sh
