summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.sh b/tests/test.sh
index 3d728d3..8df4c46 100755
--- a/tests/test.sh
+++ b/tests/test.sh
@@ -36,6 +36,7 @@ compile_c() {
failed=false
do_tests() {
+ echo "----$1----"
valgrind -q --exit-on-first-error=yes --error-exitcode=1 $TOC "$1.toc" -o out.c || exit 1
for CC in "gcc -O0 -g" "tcc" "clang -O3 -s"; do
if [ "$1" = "sizeof" ]; then