From a329839346a3c2c9591985b70841858dd575846f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 4 Jun 2013 22:02:21 -0600 Subject: add a system to skip tests that require networking or sudo. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index efea3d2..c621a09 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ all: PHONY build build: PHONY build-libretools build-doc install: PHONY install-libretools install-doc check: - @cd test && ./testenv roundup + @cd test && ./testenv $(TESTENVFLAGS) roundup %-doc: PHONY doc $(MAKE) -C doc $* -- cgit v1.2.2