summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-07-19 09:00:26 +0000
committertjr <tjr@FreeBSD.org>2004-07-19 09:00:26 +0000
commitd3949c6f0800a68204203966b24bf351ea03934a (patch)
treeeeaded36318b46e926c7e618fe22dbe9949b993c /tools/regression/lib
parentc977042a24eb71485fff8fbc432f13571c488c69 (diff)
downloadFreeBSD-src-d3949c6f0800a68204203966b24bf351ea03934a.zip
FreeBSD-src-d3949c6f0800a68204203966b24bf351ea03934a.tar.gz
Add a skeleton makefile that runs the tests out of libc/regex/grot.
Diffstat (limited to 'tools/regression/lib')
-rw-r--r--tools/regression/lib/libc/regex/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/regression/lib/libc/regex/Makefile b/tools/regression/lib/libc/regex/Makefile
new file mode 100644
index 0000000..f91bef2
--- /dev/null
+++ b/tools/regression/lib/libc/regex/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+GROT= ../../../../../lib/libc/regex/grot
+
+.PHONY: tests
+tests:
+ cd ${GROT}; make && echo "PASS regex"
+
+.PHONY: clean
+clean:
+ cd ${GROT}; make spotless
OpenPOWER on IntegriCloud