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