summaryrefslogtreecommitdiff
path: root/tests/cffi.sh
blob: 1267c3e3a894c6ed0aa5772a8d73ce1a6719a5a2 (plain)
1
2
3
4
5
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