From 0cf2b231e34dcf88b4d7abcdb01785b6aba265ce Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 14 May 2024 17:48:30 +0200 Subject: Fix test suite --- test/run-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/run-tests') diff --git a/test/run-tests b/test/run-tests index f8554c0..4413fff 100755 --- a/test/run-tests +++ b/test/run-tests @@ -12,7 +12,7 @@ download() readonly FLAGS=' -std=c23 -I../include - -Og -ggdb3 + -O0 -g -ggdb3 -Wall -Wextra -Wpedantic -Wno-pointer-sign -Wno-attributes @@ -34,7 +34,7 @@ sed -En 's/\s+//g; s/รท?#.*//g; /./p' data/WordBreakTest >wbrk.in for src in *.c do - gcc $FLAGS -o "${src%.*}" "$src" ../libmlib.a + cc $FLAGS -o "${src%.*}" "$src" ../libmlib.a done trap "$( -- cgit v1.2.3