summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/go-sockaddr/cmd/sockaddr/regression/GNUmakefile
blob: 4be178cc47338bd4fcad3ba42b60399ca039b803 (plain)
1
2
3
4
5
6
7
8
9
10
.DEFAULT_GOAL := test

clean::
	rm -f *.diff *.out

test::
	@rm -f *.diff
	@./run_all.sh
	@printf "All tests ran successfully.\n"