summaryrefslogtreecommitdiff
path: root/regress/lib/libc/fnmatch/Makefile
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2008-10-01 23:04:59 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2008-10-01 23:04:59 +0000
commit061f0bb4fbc24353ff0974a3f0ff2af5b6acabd1 (patch)
tree8a74ea9bda8c587e4d8f9432e281abdd55deeb1e /regress/lib/libc/fnmatch/Makefile
parent442e27cc541945204777251780922d4ee1e46708 (diff)
Regress driver for fnmatch(3). Needs more tests.
Diffstat (limited to 'regress/lib/libc/fnmatch/Makefile')
-rw-r--r--regress/lib/libc/fnmatch/Makefile8
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>