Signed-off-by: Pieter Praet <[email protected]>
---
 Makefile | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Makefile b/Makefile
index b053620..32571b9 100644
--- a/Makefile
+++ b/Makefile
@@ -77,6 +77,7 @@ help:
        $(info ====)
        $(info )
        $(info make test             - run tests)
+       $(info make test-interactive - run tests interactively)
        $(info )
        $(info Release Managment)
        $(info =================)
@@ -168,6 +169,12 @@ test: $(ELCS)
        (put 'flet 'byte-obsolete-info nil))" \
        --load="tests/magit-tests.el" --funcall="ert-run-tests-batch-and-exit"
 
+.PHONY: test-interactive
+test-interactive: $(ELCS)
+       @$(EMACS) $(EFLAGS) --quick --directory="." \
+               --eval "(progn (require 'cl) (put 'flet 'byte-obsolete-info 
nil))" \
+               --load="tests/magit-tests.el" --eval "(ert t)"
+
 .PHONY: clean
 clean:
        rm -f $(ELCS) $(LOADDEFS_FILE) magit-version.el
-- 
1.7.11.1

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"magit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to