summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2018-05-28 11:31:19 +0200
committerDaniil Baturin <daniil@baturin.org>2018-05-28 11:34:52 +0200
commit6f5247b538ed14444284f159aa9b038c963608df (patch)
tree36aa2a12b05134633df3e450af29e518b750ce45 /Makefile
parent9d98029271283e95fb9d331cd77f4f2d476697a9 (diff)
downloadlibvyosconfig-6f5247b538ed14444284f159aa9b038c963608df.tar.gz
libvyosconfig-6f5247b538ed14444284f159aa9b038c963608df.zip
Add hacky debian packaging.
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