aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Wienecke <wienecke.t@gmail.com>2014-03-11 19:11:46 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-15 11:50:22 -0300
commit1f578ec5a1baa75b557af2261518d9fb8aee488b (patch)
treed3322c795566e967fd2af3cc2fded077b93bff9a /Makefile
parent231d4511d1f24bb96bb17eff7a448fb360eba9c6 (diff)
downloadrneovim-1f578ec5a1baa75b557af2261518d9fb8aee488b.tar.gz
rneovim-1f578ec5a1baa75b557af2261518d9fb8aee488b.tar.bz2
rneovim-1f578ec5a1baa75b557af2261518d9fb8aee488b.zip
Add unit tests for mch_[gs]etperm.
Use preprocessor trick proposed by @mahkoh to import 'defines' like S_IRUSR.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cc6ebe1c79..27646711c0 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,7 @@ cmake: clean deps
clean:
rm -rf build
$(MAKE) -C src/testdir clean
+ $(MAKE) -C test/includes clean
install: build/bin/nvim
$(MAKE) -C build install