summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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