From 72a41cc820dd52699d7e2b33f2dce273d0f246d7 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 28 Sep 2010 08:34:10 +0200 Subject: ldb: Remove samba-specific targets from Makefile. --- source4/lib/ldb/Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source4/lib/ldb/Makefile b/source4/lib/ldb/Makefile index dbd5e2b477..f97ed34e3f 100644 --- a/source4/lib/ldb/Makefile +++ b/source4/lib/ldb/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