diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-04-24 23:37:56 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-04-24 23:37:56 -0400 |
commit | 0b9bf589a2762267fedf7321ba03968ebc3abfcd (patch) | |
tree | aa479f35f68ce83aaae88581e07739f02d911ec6 /Makefile | |
parent | 3857f41551b2ad3e5288828163afb6f67c7cc6f1 (diff) | |
download | bfs-0b9bf589a2762267fedf7321ba03968ebc3abfcd.tar.xz |
tests: Add some tests that require sudo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |