From fd16a6299ece3b9b0c85aaa1b48ffbdf56541270 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Thu, 7 Mar 2013 06:19:16 +0400 Subject: [PATCH] Update Makefile --- Makefile | 2 +- tests/indent.el | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3ff3d8c2d..6d05248df 100644 --- a/Makefile +++ b/Makefile @@ -20,4 +20,4 @@ js2-imenu-extras.elc: js2-mode.elc emacs $(BATCHFLAGS) -l ./js2-mode.elc -f batch-byte-compile $*.el test: - emacs $(BATCHFLAGS) -l js2-mode.el -l tests/ast.el -f ert-run-tests-batch + emacs $(BATCHFLAGS) -l js2-mode.el -l tests/*.el -f ert-run-tests-batch diff --git a/tests/indent.el b/tests/indent.el index d36337477..b0d1b3157 100644 --- a/tests/indent.el +++ b/tests/indent.el @@ -13,7 +13,8 @@ (defmacro* js2-deftest-indent (name content &key bind) `(ert-deftest ,name () (let ,(append '((js2-basic-offset 2) - (js2-pretty-multiline-declarations t)) + (js2-pretty-multiline-declarations t) + (inhibit-point-motion-hooks t)) bind) (js2-test-indent ,content)))) -- 2.39.2