Move ttest include file

This commit is contained in:
Thomas Lovén 2017-12-09 21:26:53 +01:00
parent b82405a4c4
commit 81730fe96a
2 changed files with 1 additions and 1 deletions

2
ttest
View File

@ -21,7 +21,7 @@ main()
echo "\"\"};" >> $suite.c echo "\"\"};" >> $suite.c
test_exec=`mktemp /tmp/tmp.XXXXXX` test_exec=`mktemp /tmp/tmp.XXXXXX`
compiler_output=`cc $suite.c -o $test_exec -ggdb -I $dir/include -DTTEST 2>&1` compiler_output=`cc $suite.c -o $test_exec -ggdb -I $dir/include -I toolchain -DTTEST 2>&1`
compiler_status=$? compiler_status=$?
echo -e "\x1b[35m$suite\x1b[0m" echo -e "\x1b[35m$suite\x1b[0m"