diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run-tests.sh	Fri Dec 05 12:13:53 2014 -0500
@@ -0,0 +1,17 @@
+#!/bin/sh
+echo "------------"
+echo "Python tests"
+cd python
+./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