138889Sjdp# $FreeBSD$
278828Sobrien
338889SjdpTESTS=	test-qsort	\
438889Sjdp	test-heapsort	\
538889Sjdp	test-mergesort
638889Sjdp
738889Sjdp.PHONY: tests
838889Sjdptests: ${TESTS}
938889Sjdp	for p in ${TESTS}; do ${.OBJDIR}/$$p; done
1038889Sjdp
1138889Sjdp.PHONY: clean
1238889Sjdpclean:
1338889Sjdp	-rm -f ${TESTS}
1438889Sjdp