ocamlbuild testsuite: add -no-ocamlfind to some tests
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14131 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
da9d0495c8
commit
0e4b8c1691
|
@ -183,6 +183,7 @@ Warning 18: this type-based field disambiguation is not principal."
|
|||
test "ModularPlugin1"
|
||||
~options:[`no_ocamlfind; `quiet; `plugin_tag "use_str"]
|
||||
~description:"test a plugin with dependency on external libraries"
|
||||
~options:[`no_ocamlfind]
|
||||
~tree:[T.f "main.ml" ~content:"let x = 1";
|
||||
T.f "myocamlbuild.ml" ~content:"ignore (Str.quote \"\");;"]
|
||||
~matching:[M.f "main.byte"]
|
||||
|
|
Loading…
Reference in New Issue