]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/regression/lib/libc/stdlib/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / regression / lib / libc / stdlib / Makefile
1 # $FreeBSD$
2
3 TESTS=  test-qsort      \
4         test-heapsort   \
5         test-mergesort
6
7 .PHONY: tests
8 tests: ${TESTS}
9         for p in ${TESTS}; do ${.OBJDIR}/$$p; done
10
11 .PHONY: clean
12 clean:
13         -rm -f ${TESTS}