From d3949c6f0800a68204203966b24bf351ea03934a Mon Sep 17 00:00:00 2001 From: tjr Date: Mon, 19 Jul 2004 09:00:26 +0000 Subject: Add a skeleton makefile that runs the tests out of libc/regex/grot. --- tools/regression/lib/libc/regex/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tools/regression/lib/libc/regex/Makefile (limited to 'tools/regression/lib/libc/regex/Makefile') 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 -- cgit v1.1