aboutsummaryrefslogtreecommitdiff
path: root/contrib/libdiff/test/Makefile
blob: f42511784ccd6aea584dac34d17d27d0e347ed37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.PHONY: test verify clean

test: verify clean

# verify_all.sh runs 'make' on sub-directories containing C tests
verify:
	./verify_all.sh

clean:
	-rm verify.*
	make -C arraylist_test clean
	make -C results_test clean