summaryrefslogtreecommitdiffstats
path: root/src/test/Makefile
blob: abe816c3a88defb2a637fd5c7571bd14779a351e (plain)
1
2
3

test:
	for i in *.t; do ./test_it $$i || exit 1; done