tests updated

This commit is contained in:
2020-02-27 10:25:28 +01:00
parent 0803c94c79
commit a60ffd685f
3 changed files with 8 additions and 5 deletions

View File

@ -63,7 +63,7 @@ fi
for o in $O
do
g++ -I ../../src $o test.cc -o test.exe
test.exe
./test.exe
if [ $? != 0 ]
then
echo -e "\033[31;7mTest failed.\033[0m"