rename tests directory

This commit is contained in:
Mark Oteiza 2017-09-17 15:08:47 -04:00
parent 47ae79aed0
commit 16ba942afd
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
SRC = systemd.el SRC = systemd.el
DATA = unit-directives.txt network-directives.txt nspawn-directives.txt 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)) VERSION := $(shell awk '/^;; Version:/ {print $$3}' $(SRC))
@ -18,9 +18,9 @@ systemd-pkg.el: $(SRC)
systemd.elc: $(DATA) systemd.elc: $(DATA)
check: tests/systemd-tests.el systemd.elc check: test/systemd-tests.el systemd.elc
@$(EMACS) -Q --batch -L . --eval "(progn \ @$(EMACS) -Q --batch -L . --eval "(progn \
(load-file \"tests/systemd-tests.el\") \ (load-file \"test/systemd-tests.el\") \
(ert-run-tests-batch-and-exit))" (ert-run-tests-batch-and-exit))"
clean: clean: