From d5075cfdb093af473dea17f4d492da4afb105b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 2 Nov 2016 23:17:57 +0100 Subject: test/sam: add sam testing infrastructure Compare structural regular expression implementation with the one of sam(1). --- sam/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sam/Makefile (limited to 'sam/Makefile') diff --git a/sam/Makefile b/sam/Makefile new file mode 100644 index 0000000..3a91582 --- /dev/null +++ b/sam/Makefile @@ -0,0 +1,12 @@ +test: ../../vis + @./test.sh + +../../vis: ../../*.[ch] + @echo Compiling vis + @$(MAKE) -C ../.. + +clean: + @echo cleaning + @find . -name '*.out' -o -name '*.err' | xargs rm -f + +.PHONY: clean test -- cgit v1.2.3