From 2c5f37a49dc4591ff4864aa5473c135ebda5ab8e Mon Sep 17 00:00:00 2001 From: ygrek Date: Sun, 29 Mar 2015 18:23:24 +0800 Subject: [PATCH] fix build warnings --- _tags | 1 + myocamlbuild.ml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/_tags b/_tags index c3c2424..4181b38 100644 --- a/_tags +++ b/_tags @@ -5,3 +5,4 @@ true: use_menhir or and not "lib/sql_parser.ml": syntax_camlp4o, pkg_deriving.syntax : -annot : pkg_deriving, pkg_extlib, pkg_unix +"example" or "demo" or "impl": -traverse diff --git a/myocamlbuild.ml b/myocamlbuild.ml index 3472d6b..96e4638 100644 --- a/myocamlbuild.ml +++ b/myocamlbuild.ml @@ -623,4 +623,6 @@ let dispatch = function | t -> dispatch_default t ;; +let () = mark_tag_used "tests";; + Ocamlbuild_plugin.dispatch dispatch;; -- 2.11.4.GIT