spacemacs/tests/layers/+distribution/spacemacs-base/Makefile

23 lines
536 B
Makefile
Raw Normal View History

## Makefile --- Spacemacs Core
##
2021-03-22 20:11:29 +00:00
## Copyright (c) 2012-2021 Sylvain Benner & Contributors
##
## Author: Sylvain Benner <sylvain.benner@gmail.com>
## URL: https://github.com/syl20bnr/spacemacs
##
## This file is not part of GNU Emacs.
##
## License: GPLv3
TEST_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
LOAD_FILES = init.el
UNIT_TEST_FILES = \
evil-evilified-state-utest.el \
2019-11-29 09:55:03 +00:00
line-numbers-utest.el \
spacebind-utest.el
FUNC_TEST_FILES = \
evil-evilified-state-ftest.el
include ../../../../spacemacs.mk