This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/core/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