Skip to content

Commit

Permalink
Rename test Makefile target to check
Browse files Browse the repository at this point in the history
...because I catch myself typing `make check`
(because that's the GNU Autotools convention).
  • Loading branch information
hvr committed Jun 9, 2013
1 parent e6796f4 commit 2c6aee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -29,7 +29,7 @@ install:
fi

script:
lsb_release -a && $EMACS --version && make test EMACS=$EMACS
lsb_release -a && $EMACS --version && make EMACS=$EMACS check

notifications:
email: false
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -51,7 +51,7 @@ all: compile $(AUTOLOADS)

compile: $(ELCFILES)

test: # TODO: activate 'byte-compile-error-on-warn' when we have fixed most warnings
check: # TODO: activate 'byte-compile-error-on-warn' when we have fixed most warnings
$(BATCH) --eval "(byte-compile-disable-warning 'cl-functions)" \
-f batch-byte-compile $(ELFILES)
@$(RM) $(ELCFILES)
Expand Down

0 comments on commit 2c6aee2

Please sign in to comment.