summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/stdlib/Makefile
blob: c707795b65203b092964aec77bf2d78e997fe8df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

TESTS=	test-qsort	\
	test-heapsort	\
	test-mergesort

.PHONY: tests
tests: ${TESTS}
	for p in ${TESTS}; do ${.OBJDIR}/$$p; done

.PHONY: clean
clean:
	-rm -f ${TESTS}
OpenPOWER on IntegriCloud