summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2018-05-29 07:24:23 +0700
committerDaniil Baturin <daniil@baturin.org>2018-05-29 07:24:23 +0700
commitb97cd2afc83ce874402ac8bbce4414fd54d7a34e (patch)
treea2d97a563cb04f5a1d4554c9b3e50c8b8c10083b /Makefile
parent65cde0b2cd568ec0084481d33ca22e14544a521b (diff)
parent6f5247b538ed14444284f159aa9b038c963608df (diff)
downloadlibvyosconfig-b97cd2afc83ce874402ac8bbce4414fd54d7a34e.tar.gz
libvyosconfig-b97cd2afc83ce874402ac8bbce4414fd54d7a34e.zip
Merge branch 'master' of github.com:vyos/libvyosconfig
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 5d44629..798f869 100644
--- a/Makefile
+++ b/Makefile
@@ -95,13 +95,3 @@ $(BUILDDIR)/lib/vyos1x_parser.cmx: $(BUILDDIR)/lib/vyos1x_parser.cmi $(BUILDDIR)
clean:
rm -rf $(BUILDDIR)
-
-test: all
- $(MAKE) -C $@
-ifeq ($(OSTYPE),Win32)
- PATH="$(BUILDDIR):$(PATH)" _build/test/test.native test/ocaml.svg
-else
- LD_LIBRARY_PATH=$(BUILDDIR) _build/test/test.native test/ocaml.svg
-endif
-
-.PHONY: test