summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-09-28 08:42:26 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-09-28 09:12:41 +0200
commit4752d88fed66ac07e6704688cc2188e42d216962 (patch)
tree645abbd2bac9acbf7568c1a689b4c2e8a4dc0e58 /lib
parent302423f3062f16f75b3204c1ddf3cf2154f4f224 (diff)
downloadsamba-4752d88fed66ac07e6704688cc2188e42d216962.tar.gz
samba-4752d88fed66ac07e6704688cc2188e42d216962.tar.bz2
samba-4752d88fed66ac07e6704688cc2188e42d216962.zip
tevent: Remove make targets that are not relevant for tevent.
Diffstat (limited to 'lib')
-rw-r--r--lib/tevent/Makefile8
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