diff --git a/src/kernel/include/ttest.h b/toolchain/ttest.h similarity index 100% rename from src/kernel/include/ttest.h rename to toolchain/ttest.h diff --git a/ttest b/ttest index d3a38b8..8179dc2 100755 --- a/ttest +++ b/ttest @@ -21,7 +21,7 @@ main() echo "\"\"};" >> $suite.c 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=$? echo -e "\x1b[35m$suite\x1b[0m"