summaryrefslogtreecommitdiff
path: root/runv
blob: 698e83d0a36ead21878b672b1542e659adb6dce1 (plain)
1
2
3
4
5
#!/bin/sh
valgrind -q --track-origins=yes ./toc test.toc || exit 1
if [ "$1" = "c" ]; then
	gcc out.c && ./a.out
fi