spacemacs/tests/core/Makefile
syl20bnr 773076a1be core: remove core-evilify-keymap.el
Move its contents to core-evilified-state.el
2015-09-26 00:26:16 -04:00

28 lines
739 B
Makefile

## Makefile --- Spacemacs Core
##
## Copyright (c) 2012-2014 Sylvain Benner
## Copyright (c) 2014-2015 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 = core/core-load-paths.el
UNIT_TEST_FILES = \
core-evilified-state-utest.el \
core-configuration-layer-utest.el \
core-funcs-utest.el
FUNC_TEST_FILES = \
core-evilified-state-ftest.el \
core-spacemacs-ftest.el \
core-spacemacs-buffer-ftest.el \
core-configuration-layer-ftest.el \
core-release-management-ftest.el
include ../../spacemacs.mk