From 0b9bf589a2762267fedf7321ba03968ebc3abfcd Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 24 Apr 2019 23:37:56 -0400 Subject: tests: Add some tests that require sudo --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a9859a4..809f3b3 100644 --- a/Makefile +++ b/Makefile @@ -106,6 +106,9 @@ ifneq ($(OS),Darwin) endif +$(MAKE) -Bs release check +$(MAKE) -Bs check +ifeq ($(OS),Linux) + ./tests.sh --sudo +endif clean: $(RM) bfs *.[od] tests/mksock tests/*.[od] -- cgit v1.2.3