branch: elpa/llama commit 0d932e542ae95c4874bf09dca77197bf42c6fe0d Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Rename llama-test.el to llama-tests.el --- Makefile | 6 +++--- llama-test.el => llama-tests.el | 0 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index aab6b57df67..5e85fa748ba 100644 --- a/Makefile +++ b/Makefile @@ -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 similarity index 100% rename from llama-test.el rename to llama-tests.el