branch: externals/inspector commit 7f6530dc2d4b91b8247aad71647ddbef40069d6f Author: Mariano Montone <marianomont...@gmail.com> Commit: Mariano Montone <marianomont...@gmail.com>
inspector-tests: command for running tests --- inspector-tests.el | 1 + 1 file changed, 1 insertion(+) diff --git a/inspector-tests.el b/inspector-tests.el index b1a77e62fa..184c3ab3c5 100644 --- a/inspector-tests.el +++ b/inspector-tests.el @@ -34,6 +34,7 @@ (defun inspector-tests-run () "Run inspector tests." + (interactive) (ert "inspector-tests.*")) (ert-deftest inspector-tests--inspect-integer-test ()