branch: elpa/systemd commit 16ba942afd38de7e285cd0ddb06ab5e449c5c2a8 Author: Mark Oteiza <mvote...@udel.edu> Commit: Mark Oteiza <mvote...@udel.edu>
rename tests directory --- Makefile | 6 +++--- {tests => test}/systemd-tests.el | 0 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index eee3e77..eba0524 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SRC = systemd.el DATA = unit-directives.txt network-directives.txt nspawn-directives.txt -DISTFILES := Makefile $(SRC) $(DATA) LICENSE README systemd-pkg.el tests +DISTFILES := Makefile $(SRC) $(DATA) LICENSE README systemd-pkg.el test VERSION := $(shell awk '/^;; Version:/ {print $$3}' $(SRC)) @@ -18,9 +18,9 @@ systemd-pkg.el: $(SRC) systemd.elc: $(DATA) -check: tests/systemd-tests.el systemd.elc +check: test/systemd-tests.el systemd.elc @$(EMACS) -Q --batch -L . --eval "(progn \ - (load-file \"tests/systemd-tests.el\") \ + (load-file \"test/systemd-tests.el\") \ (ert-run-tests-batch-and-exit))" clean: diff --git a/tests/systemd-tests.el b/test/systemd-tests.el similarity index 100% rename from tests/systemd-tests.el rename to test/systemd-tests.el