[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/compat 3c81fa3325 1/7: Ensure that tests are interprete
From: |
ELPA Syncer |
Subject: |
[elpa] externals/compat 3c81fa3325 1/7: Ensure that tests are interpreted |
Date: |
Tue, 3 Jan 2023 09:57:27 -0500 (EST) |
branch: externals/compat
commit 3c81fa33252143ff44f96ae81e12d4b0dc0a83c9
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Ensure that tests are interpreted
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 36c6635f68..31d761945b 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ all: compile
compile: $(BYTEC)
-test: compile
+test: clean
$(EMACS) --version
$(EMACS) -Q --batch -L . -l compat-tests.el -f
ert-run-tests-batch-and-exit
- [elpa] externals/compat updated (be4595fec8 -> d4624d9aed), ELPA Syncer, 2023/01/03
- [elpa] externals/compat d375a95a7a 2/7: Update CI, separate compile and test run, ELPA Syncer, 2023/01/03
- [elpa] externals/compat 84635968be 6/7: Oh dear, also directory-files-recursively is broken, ELPA Syncer, 2023/01/03
- [elpa] externals/compat 3c81fa3325 1/7: Ensure that tests are interpreted,
ELPA Syncer <=
- [elpa] externals/compat da865d68cb 5/7: directory-files-recursively: Add test, ELPA Syncer, 2023/01/03
- [elpa] externals/compat 3e65059af7 3/7: Add func-arity tests, ELPA Syncer, 2023/01/03
- [elpa] externals/compat 3e48e93ef8 4/7: Disable broken func-arity test for now, ELPA Syncer, 2023/01/03
- [elpa] externals/compat d4624d9aed 7/7: Always load prefixed definitions, ELPA Syncer, 2023/01/03