diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2008-10-01 23:04:59 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2008-10-01 23:04:59 +0000 |
commit | 061f0bb4fbc24353ff0974a3f0ff2af5b6acabd1 (patch) | |
tree | 8a74ea9bda8c587e4d8f9432e281abdd55deeb1e /regress/lib/libc/fnmatch/Makefile | |
parent | 442e27cc541945204777251780922d4ee1e46708 (diff) |
Regress driver for fnmatch(3). Needs more tests.
Diffstat (limited to 'regress/lib/libc/fnmatch/Makefile')
-rw-r--r-- | regress/lib/libc/fnmatch/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/regress/lib/libc/fnmatch/Makefile b/regress/lib/libc/fnmatch/Makefile new file mode 100644 index 00000000000..b2f357105f0 --- /dev/null +++ b/regress/lib/libc/fnmatch/Makefile @@ -0,0 +1,8 @@ +# $OpenBSD: Makefile,v 1.1 2008/10/01 23:04:58 millert Exp $ + +PROG= fnm_test + +run-regress-${PROG}: + ./${PROG} ${.CURDIR}/${PROG}.in + +.include <bsd.regress.mk> |