summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test b/test
index 4e32886..77c4f7d 100755
--- a/test
+++ b/test
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -e
-cc -Dtest=true -o test_exe CuTest.c $@
+clang -Wall -Werror -Dtest=true -o test_exe CuTest.c $@
./test_exe
result=$?
rm test_exe