branch: externals/csharp-mode
commit a724af6db71f2b8e5ab9711b40f1ca66fe7ddaa8
Author: Jen-Chieh Shen <[email protected]>
Commit: Jen-Chieh Shen <[email protected]>
tests(makefile): Add compile to CI test
---
makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/makefile b/makefile
index f705098b53..9e04f367ef 100644
--- a/makefile
+++ b/makefile
@@ -3,7 +3,7 @@ EASK ?= eask
TESTHOME=/tmp/emacs
-ci: build test
+ci: build compile test
package:
$(EASK) package
@@ -11,6 +11,9 @@ package:
build: package
$(EASK) install
+compile:
+ $(EASK) compile
+
test:
@echo "Testing..."
$(EMACS) -Q -batch -L . -l csharp-mode-tests.el -f
csharp-mode-tests-setup -f ert-run-tests-batch-and-exit