diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-09-28 08:34:10 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-09-28 09:12:40 +0200 |
commit | 72a41cc820dd52699d7e2b33f2dce273d0f246d7 (patch) | |
tree | e870bfeb9145cb8c8516bc40c1c63a0a1a77de3d /source4/lib/ldb/Makefile | |
parent | 78b4b21b40ba23490581d0bedf4b3208dd13fa13 (diff) | |
download | samba-72a41cc820dd52699d7e2b33f2dce273d0f246d7.tar.gz samba-72a41cc820dd52699d7e2b33f2dce273d0f246d7.tar.xz samba-72a41cc820dd52699d7e2b33f2dce273d0f246d7.zip |
ldb: Remove samba-specific targets from Makefile.
Diffstat (limited to 'source4/lib/ldb/Makefile')
-rw-r--r-- | source4/lib/ldb/Makefile | 8 |
1 files changed, 0 insertions, 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 |