aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-02-27 18:31:45 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-02-27 18:31:45 -0300
commitfd448123aa747dae519f03cc6625f331746718bc (patch)
tree73a32985968af36de6f00e807de341d466e786f0 /Makefile
parentd04ca90f5c3aca60641b2ee63931d66f593bbbd3 (diff)
downloadrneovim-fd448123aa747dae519f03cc6625f331746718bc.tar.gz
rneovim-fd448123aa747dae519f03cc6625f331746718bc.tar.bz2
rneovim-fd448123aa747dae519f03cc6625f331746718bc.zip
Add more example unit tests and run with travis
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 88c1364961..61afcd8b57 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,6 @@ clean:
install: build/bin/nvim
${MAKE} -C build install
-.PHONY: test deps cmake install
+.PHONY: test unittest deps cmake install
.DEFAULT: build/bin/nvim