aboutsummaryrefslogtreecommitdiff
path: root/tools/regression
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-07-19 09:00:26 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-07-19 09:00:26 +0000
commit7cc9e6ddbb1a6cd38b2f44d4dd9dfc890d2fc9d0 (patch)
treeeeaded36318b46e926c7e618fe22dbe9949b993c /tools/regression
parent683d338a832ba95b40cf89ee561668ba452b5779 (diff)
downloadsrc-7cc9e6ddbb1a6cd38b2f44d4dd9dfc890d2fc9d0.tar.gz
src-7cc9e6ddbb1a6cd38b2f44d4dd9dfc890d2fc9d0.zip
Add a skeleton makefile that runs the tests out of libc/regex/grot.
Notes
Notes: svn path=/head/; revision=132392
Diffstat (limited to 'tools/regression')
-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 000000000000..f91bef24ffe9
--- /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