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). --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9613c79..bc7dec2 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,14 @@ test: @$(MAKE) -C core @$(MAKE) -C vim + @$(MAKE) -C sam @$(MAKE) -C vis @$(MAKE) -C lua clean: @$(MAKE) -C core clean @$(MAKE) -C vim clean + @$(MAKE) -C sam clean @$(MAKE) -C vis clean @$(MAKE) -C lua clean -- cgit v1.2.3