opnsense-src/tools/regression/lib/libc/gen/Makefile
Enji Cooper 53cecec82e Convert tools/regression/lib/libc/stdio/test-fpclassify into an ATF testcase and
Rename as lib/libc/stdio/fpclassify2_test

Sponsored by: EMC / Isilon Storage Division
2014-11-16 20:29:57 +00:00

16 lines
360 B
Makefile

# $FreeBSD$
TESTS= test-fmtcheck test-fmtmsg test-fnmatch \
test-ftw test-popen test-posix_spawn test-wordexp
.PHONY: tests
tests: ${TESTS}
for p in ${TESTS}; do ${.OBJDIR}/$$p; done
.PHONY: clean
clean:
-rm -f ${TESTS}
sh-tests: test-fnmatch
./test-fnmatch -s 1 >../../../bin/sh/builtins/case2.0
./test-fnmatch -s 2 >../../../bin/sh/builtins/case3.0