6 lines
137 B
Makefile
6 lines
137 B
Makefile
all: test
|
|
|
|
test:
|
|
@emacs -batch -l ert -l ~/.emacs.d/core/test/configuration-layer-test.el -f ert-run-tests-batch-and-exit
|
|
|
|
.PHONY: test
|