emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/systemd 16ba942 113/131: rename tests directory


From: ELPA Syncer
Subject: [nongnu] elpa/systemd 16ba942 113/131: rename tests directory
Date: Sun, 29 Aug 2021 11:35:25 -0400 (EDT)

branch: elpa/systemd
commit 16ba942afd38de7e285cd0ddb06ab5e449c5c2a8
Author: Mark Oteiza <mvoteiza@udel.edu>
Commit: Mark Oteiza <mvoteiza@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]