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

7 lines
131 B
Makefile
Raw Normal View History

all: test
test:
@emacs -batch -l ert -l ~/.emacs.d/core/test/config-system-test.el -f ert-run-tests-batch-and-exit
.PHONY: test