comparison run-tests.sh @ 1282:106365257da9

reorganization of moving.py and adding documentation tests
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 09 Jul 2024 17:44:51 -0400
parents cc5cb04b04b0
children
comparison
equal deleted inserted replaced
1281:8915747a4fc8 1282:106365257da9
13 echo "The test executable has not been compiled" 13 echo "The test executable has not been compiled"
14 fi 14 fi
15 echo "------------" 15 echo "------------"
16 echo "Script tests" 16 echo "Script tests"
17 ./scripts/run-tests.sh 17 ./scripts/run-tests.sh
18 echo "------------"
19 echo "Documentation tests"
20 TIWIKI_HOME=~/Research/Code/bb-traffic-intelligence/
21 if [ -f $TIWIKI_HOME/docs/run-tests.sh ]
22 then
23 cd $TIWIKI_HOME/docs/
24 ./run-tests.sh
25 else
26 echo "The documentation repository (BitBucket Traffic Intelligence repository is not accessible"
27 echo "Please clone the BitBucket Traffic Intelligence repository:"
28 echo "$ git clone https://bitbucket.org/Nicolas/trafficintelligence.git"
29 fi