summaryrefslogtreecommitdiff
path: root/source4/Makefile.waf
diff options
context:
space:
mode:
Diffstat (limited to 'source4/Makefile.waf')
-rw-r--r--source4/Makefile.waf13
1 files changed, 13 insertions, 0 deletions
diff --git a/source4/Makefile.waf b/source4/Makefile.waf
index 59eca68f86..d3042b0522 100644
--- a/source4/Makefile.waf
+++ b/source4/Makefile.waf
@@ -21,3 +21,16 @@ clean:
distclean:
rm -rf bin
+
+# some compatibility make targets
+everything: all
+
+testsuite: all
+
+check: test
+
+torture: all
+
+# this should do an install as well, once install is finished
+installcheck: test
+