branch: elpa/jabber
commit 7e030f6a6546d426a913a09faf7d46c7f865ce21
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>
build: Run both test modes in dev and check
---
Makefile | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 17eb10f816..6bf74354b9 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,9 @@ do-build: autoload compile do-module
dev:
@$(ENV_MAKE) do-dev
-do-dev: autoload compile do-module do-lint do-test
+do-dev: autoload compile do-module do-lint
+ $(MAKE) do-test
+ $(MAKE) do-test-oneshot
autoload:
$(EMACS_CMD) $(EMACS_OPTS) -L lisp \
@@ -248,7 +250,9 @@ prefix ?= /usr/local
datarootdir ?= $(prefix)/share
lispdir ?= $(datarootdir)/emacs/site-lisp/jabber
-check: test
+check:
+ $(MAKE) test
+ $(MAKE) test-oneshot
install: build
install -d $(DESTDIR)$(lispdir)