Skip to content

Commit

Permalink
Follow emacs make test target naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Dec 13, 2023
1 parent f479355 commit dff4515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
run: make all

- name: Test
run: make test
run: make check
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ all: $(ELCFILES)
@echo Compiling $<
@${EMACS} -batch -q -no-site-file -L . -f batch-byte-compile $<

test: $(ELCFILES)
check: $(ELCFILES)
@${EMACS} -batch -l ert $(foreach file, $^, -l $(file)) -f ert-run-tests-batch-and-exit

clean:
Expand Down

0 comments on commit dff4515

Please sign in to comment.