Revert r35538:
[lhc/web/wiklou.git] / Makefile
index 94d9cbd..b414ffa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,5 +21,8 @@ test: t/Test.php
 fast: t/Test.php
        $(PROVE_BIN) $(FAST_TESTS)
 
+maint:
+       $(PROVE_BIN) $(MAINTENANCE_TESTS)
+
 verbose: t/Test.php
        $(PROVE_BIN) -v $(ALL_TESTS) | egrep -v '^ok'