From 4752d88fed66ac07e6704688cc2188e42d216962 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 28 Sep 2010 08:42:26 +0200 Subject: tevent: Remove make targets that are not relevant for tevent. --- lib/tevent/Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib') 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 -- cgit