summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2019-04-24 23:37:56 -0400
committerTavian Barnes <tavianator@tavianator.com>2019-04-24 23:37:56 -0400
commit0b9bf589a2762267fedf7321ba03968ebc3abfcd (patch)
treeaa479f35f68ce83aaae88581e07739f02d911ec6 /Makefile
parent3857f41551b2ad3e5288828163afb6f67c7cc6f1 (diff)
downloadbfs-0b9bf589a2762267fedf7321ba03968ebc3abfcd.tar.xz
tests: Add some tests that require sudo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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]