diff options
author | Daniel Carl <danielcarl@gmx.de> | 2018-04-14 21:03:08 +0200 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2018-06-13 23:48:00 +0200 |
commit | 913849ae3ed66a60abea136184fd2e8194018dbd (patch) | |
tree | 44cfc9503c49542c3ed6ae3aa0cffd343a6644fb /Makefile | |
parent | 56abfd05664efc5e5be4b73bd8bef84817aac6b2 (diff) |
Added first test for the util functions #357.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -40,6 +40,10 @@ sandbox: runsandbox: sandbox sandbox/usr/bin/vimb +test: + $(MAKE) -C src vimb.so + $(MAKE) -C tests + %.subdir-all: $(Q)$(MAKE) -C $* |