1
0
mirror of https://github.com/skuro/plantuml-mode.git synced 2024-06-26 07:29:12 +02:00
plantuml-mode/Makefile
2016-12-25 18:05:15 +01:00

19 lines
215 B
Makefile

CASK ?= cask
EMACS ?= emacs
all: test
test: unit ecukes
unit:
${CASK} exec ert-runner
# TODO: add BDD style tests
#ecukes:
# ${CASK} exec ecukes
install:
${CASK} install
.PHONY: all test unit ecukes install