From b3622e04dfb8317b745f8c911d31dc80bc2f9d66 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 22 Oct 2023 23:34:53 +0200 Subject: Preparatory work for benchmarks, little fixes --- test/test.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test') diff --git a/test/test.sh b/test/test.sh index 00dd5ce..9e064b2 100755 --- a/test/test.sh +++ b/test/test.sh @@ -5,13 +5,10 @@ CC="cc -DDEBUG -std=c99 -pthread -pedantic -Wall -Wextra \ if [ $(uname) != "OpenBSD" ]; then CC="$CC -fsanitize=address -fsanitize=undefined" fi -SRC="src/cube.c" TESTBIN="test/run" TESTOUT="test/last.out" TESTERR="test/last.err" -CUBEOBJ="test/cube.o" - -$CC -c $SRC -o $CUBEOBJ || exit 1 +CUBEOBJ="debugcube.o" for t in test/*; do if [ ! -d $t ]; then continue; fi -- cgit v1.3