Current Path : /usr/src/tools/regression/lib/libc/gen/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/tools/regression/lib/libc/gen/Makefile |
# $FreeBSD: release/9.1.0/tools/regression/lib/libc/gen/Makefile 223907 2011-07-10 14:20:11Z jilles $ TESTS= test-fmtcheck test-fnmatch test-fpclassify 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