diff options
Diffstat (limited to 'source4/main.mk')
-rw-r--r-- | source4/main.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/main.mk b/source4/main.mk index f2412d33d5..613d76e0b9 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -307,6 +307,9 @@ test-noswrap: everything quicktest: all $(SELFTEST) --quick --socket-wrapper --immediate $(TESTS) +htmlquicktest: all + $(SELFTEST) --quick --socket-wrapper --format=html --immediate $(TESTS) + quicktestone: all $(SELFTEST) --quick --socket-wrapper --one $(TESTS) |