summaryrefslogtreecommitdiff
path: root/tests/test.sh
blob: ce7b294790afadbbaee10149c650bd28de86c118 (plain)
1
2
3
4
#!/bin/sh
cd $(dirname $0)
cc test.c -o test -Wall -Wconversion -Wshadow -Werror && ./test
cd - >/dev/null