aboutsummaryrefslogtreecommitdiff
path: root/test/run-tests
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-05-14 17:48:30 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-05-14 17:48:30 +0200
commit0cf2b231e34dcf88b4d7abcdb01785b6aba265ce (patch)
tree43500f7c5d599569c32e19b02ee3be354778f747 /test/run-tests
parent454832b761f0f69a915be80188e7066d8cd45708 (diff)
Fix test suite
Diffstat (limited to 'test/run-tests')
-rwxr-xr-xtest/run-tests4
1 files changed, 2 insertions, 2 deletions
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 "$(