Move ttest include file
This commit is contained in:
parent
b82405a4c4
commit
81730fe96a
2
ttest
2
ttest
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user