Skip to content

Commit

Permalink
also test features
Browse files Browse the repository at this point in the history
  • Loading branch information
akatov committed Feb 17, 2014
1 parent 2c4205e commit 92a246c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ all: test

test: clean-elc
${MAKE} unit
${MAKE} features
${MAKE} compile
${MAKE} unit
${MAKE} clean-elc
Expand All @@ -18,4 +19,7 @@ compile:
clean-elc:
rm -f pretty-mode.elc

.PHONY: all test unit
features:
${CASK} exec ecukes --win

.PHONY: all test unit features

0 comments on commit 92a246c

Please sign in to comment.