[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/hyperbole 6d08d5e 3/6: Add tests and all-tests testing
From: |
ELPA Syncer |
Subject: |
[elpa] externals/hyperbole 6d08d5e 3/6: Add tests and all-tests testing target aliases |
Date: |
Wed, 21 Apr 2021 00:57:09 -0400 (EDT) |
branch: externals/hyperbole
commit 6d08d5e74f3be87dd67487326c19d90f4cdabc39
Author: Bob Weiner <rsw@gnu.org>
Commit: Bob Weiner <rsw@gnu.org>
Add tests and all-tests testing target aliases
---
Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 5a1e4fa..1781664 100644
--- a/Makefile
+++ b/Makefile
@@ -378,7 +378,8 @@ packageclean:
*.ps *\# *- *.orig *.rej .nfs* CVS .cvsignore; fi
# Ert test
-.PHONY: test test-ert test-all
+.PHONY: tests test test-ert all-tests test-all
+tests: test
test: test-ert
BATCH=$(EMACS) $(BATCHFLAGS) $(PRELOADS)
@@ -391,6 +392,7 @@ test-ert:
@echo "# Tests: $(TEST_ERT_FILES)"
$(BATCH) --eval "(load-file \"test/hy-test-dependencies.el\")" --eval
"(progn $(LOAD_TEST_ERT_FILES) (ert-run-tests-batch-and-exit))"
+all-tests: test-all
test-all:
@echo "# Tests: $(TEST_ERT_FILES)"
$(INTERACTIVE) --eval "(load-file \"test/hy-test-dependencies.el\")"
--eval "(progn $(LOAD_TEST_ERT_FILES) (ert-run-tests-interactively t))"
- [elpa] externals/hyperbole updated (f55679b -> b53bfbe), ELPA Syncer, 2021/04/21
- [elpa] externals/hyperbole 6e40862 2/6: +* kotl-autoloads.el: Remove reference to unreleased kexport-menu.el, ELPA Syncer, 2021/04/21
- [elpa] externals/hyperbole 6d08d5e 3/6: Add tests and all-tests testing target aliases,
ELPA Syncer <=
- [elpa] externals/hyperbole 798d0e8 1/6: Add path prefix tests (#71), ELPA Syncer, 2021/04/21
- [elpa] externals/hyperbole e0eaa85 4/6: Make smart-magit-mode trigger ahead of hbuts for consistency, ELPA Syncer, 2021/04/21
- [elpa] externals/hyperbole ce82b18 5/6: Fix bug#47909: Update regexes and hyrolo-grep calls so doc-ids work, ELPA Syncer, 2021/04/21
- [elpa] externals/hyperbole b53bfbe 6/6: hactypes.el - Fix Windows-compatibility when executing shell actions, ELPA Syncer, 2021/04/21