From 81730fe96a2bbf9bdfaafb40a88972480413295a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Sat, 9 Dec 2017 21:26:53 +0100 Subject: [PATCH] Move ttest include file --- {src/kernel/include => toolchain}/ttest.h | 0 ttest | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {src/kernel/include => toolchain}/ttest.h (100%) 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"