summaryrefslogtreecommitdiff
path: root/pkg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkg.sh')
-rwxr-xr-xpkg.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg.sh b/pkg.sh
index d0fc503..3ac30dd 100755
--- a/pkg.sh
+++ b/pkg.sh
@@ -11,9 +11,11 @@ if [ "$CC" = "" ]; then
fi
for thing in $std_things; do
+ echo "compiling $thing"
$VALGRIND ../toc $thing.toc -o $thing.c || exit 1
done
cd ..
+echo "compiling test.toc"
$VALGRIND ./toc test.toc || exit 1
$CC out.c std/*.c -Wno-builtin-declaration-mismatch || exit 1
./a.out