diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-08-12 15:36:08 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-08-12 15:36:08 +0200 |
| commit | 0d932e542ae95c4874bf09dca77197bf42c6fe0d (patch) | |
| tree | f3d6296486798a8b4282c3c9dd99cda1060b2dec | |
| parent | bf586c02ddf5cf2eb0bab468b99436018887bbec (diff) | |
Rename llama-test.el to llama-tests.el
| -rw-r--r-- | Makefile | 6 | ||||
| -rw-r--r-- | llama-tests.el (renamed from llama-test.el) | 0 |
2 files changed, 3 insertions, 3 deletions
@@ -3,11 +3,11 @@ PKG = llama ELS = $(PKG).el -ELS += $(PKG)-test.el +ELS += $(PKG)-tests.el ELCS = $(ELS:.el=.elc) $(PKG).elc: -$(PKG)-test.elc: $(PKG).elc +$(PKG)-tests.elc: $(PKG).elc DEPS = compat @@ -46,7 +46,7 @@ check-declare: test: lisp @$(EMACS) -Q --batch $(EMACS_ARGS) $(LOAD_PATH) \ - -l ert -l $(PKG)-test.el -f ert-run-tests-batch-and-exit + -l ert -l $(PKG)-tests.el -f ert-run-tests-batch-and-exit CLEAN = $(ELCS) $(PKG)-autoloads.el diff --git a/llama-test.el b/llama-tests.el index 1d2f46f..1d2f46f 100644 --- a/llama-test.el +++ b/llama-tests.el |
