summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-12-10 16:31:26 +0200
committerThanos Apollo <[email protected]>2024-12-10 17:11:32 +0200
commitb27b930f3efa0ba1f3a669ff5a5a9bedae6c25cc (patch)
treec9e52da3730d14955d9dcc5e881c3f13c042d366
parent40dbaf4c8dd272566d006ed9bbbb6fed23bfd203 (diff)
makefile: Update tests
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9b1a262..8a6061e 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,8 @@ doc: $(ORG)
test:
$(EMACS) --batch \
+ rm *.elc \
+ -q \
--load $(TEST_FILE) \
--eval "(ert-run-tests-batch-and-exit)"