diff options
author | Thanos Apollo <[email protected]> | 2024-12-10 16:31:26 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-12-10 17:11:32 +0200 |
commit | b27b930f3efa0ba1f3a669ff5a5a9bedae6c25cc (patch) | |
tree | c9e52da3730d14955d9dcc5e881c3f13c042d366 | |
parent | 40dbaf4c8dd272566d006ed9bbbb6fed23bfd203 (diff) |
makefile: Update tests
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ doc: $(ORG) test: $(EMACS) --batch \ + rm *.elc \ + -q \ --load $(TEST_FILE) \ --eval "(ert-run-tests-batch-and-exit)" |