Skip to content

Commit

Permalink
[ci] Fix test execution for emacs 29.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smile13241324 committed Jun 1, 2024
1 parent ffcfff3 commit 9109f02
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@

TEST_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))

LOAD_FILES = core/core-versions.el core/core-load-paths.el
LOAD_FILES = init.el core/core-versions.el core/core-load-paths.el
UNIT_TEST_FILES = \
core-configuration-layer-utest.el \
core-spacebind-utest.el \
core-funcs-utest.el
core-configuration-layer-utest.el \
core-spacebind-utest.el \
core-funcs-utest.el
FUNC_TEST_FILES = \
core-spacemacs-ftest.el \
core-spacemacs-buffer-ftest.el \
core-configuration-layer-ftest.el \
core-release-management-ftest.el
core-spacemacs-ftest.el \
core-spacemacs-buffer-ftest.el \
core-configuration-layer-ftest.el \
core-release-management-ftest.el

include ../../spacemacs.mk

0 comments on commit 9109f02

Please sign in to comment.