summaryrefslogtreecommitdiff
path: root/tests/cffi.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cffi.sh')
-rwxr-xr-xtests/cffi.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/cffi.sh b/tests/cffi.sh
new file mode 100755
index 00000000..1267c3e3
--- /dev/null
+++ b/tests/cffi.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+CCOMP=gcc
+
+$CCOMP -pthread -Wimplicit -Werror -Wno-unused-value -I ..include/urweb -c "test.c" -o "test.o" -g
+./driver.sh cffi