summaryrefslogtreecommitdiff
path: root/tests/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.sh')
-rwxr-xr-xtests/test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test.sh b/tests/test.sh
new file mode 100755
index 0000000..ce7b294
--- /dev/null
+++ b/tests/test.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+cd $(dirname $0)
+cc test.c -o test -Wall -Wconversion -Wshadow -Werror && ./test
+cd - >/dev/null