diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tevent/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/tevent/Makefile b/lib/tevent/Makefile index bf19ebeae0..f6750fe65c 100644 --- a/lib/tevent/Makefile +++ b/lib/tevent/Makefile @@ -14,12 +14,6 @@ uninstall: test: $(WAF) test $(TEST_OPTIONS) -testenv: - $(WAF) test --testenv $(TEST_OPTIONS) - -quicktest: - $(WAF) test --quick $(TEST_OPTIONS) - dist: $(WAF) dist @@ -45,8 +39,6 @@ testsuite: all check: test -torture: all - # this should do an install as well, once install is finished installcheck: test |