rename tests directory
This commit is contained in:
parent
47ae79aed0
commit
16ba942afd
6
Makefile
6
Makefile
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user