ocaml/ocamlbuild/testsuite
Xavier Leroy 688d5a5915 Changed OCamlbuild's license to LGPL with static linking exception.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16294 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2015-07-28 13:18:34 +00:00
..
README ocamlbuild testsuite: split level0.ml into internal.ml, findlibonly.ml, external.ml 2013-09-15 11:36:12 +00:00
external.ml ocamlbuild testsuite: minor style change 2013-09-15 11:36:27 +00:00
external_test_header.ml ocamlbuild testsuite: split level0.ml into internal.ml, findlibonly.ml, external.ml 2013-09-15 11:36:12 +00:00
findlibonly.ml merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev 15121) 2014-08-22 13:45:02 +00:00
findlibonly_test_header.ml ocamlbuild testsuite: split level0.ml into internal.ml, findlibonly.ml, external.ml 2013-09-15 11:36:12 +00:00
internal.ml merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16205) 2015-07-17 14:31:05 +00:00
internal_test_header.ml ocamlbuild testsuite: split level0.ml into internal.ml, findlibonly.ml, external.ml 2013-09-15 11:36:12 +00:00
ocamlbuild_test.ml Changed OCamlbuild's license to LGPL with static linking exception. 2015-07-28 13:18:34 +00:00

README

The organization of tests is the following:

- internal.ml contains the tests that should be runnable from a bare
  OCaml installation -- always passing the -no-ocamlfind option.

- findlibonly.ml contains the tests that should be runnable from a bare
  OCaml installation, with only ocamlfind/findlib on top. The only
  ocamlfind packages it relies over are those of the OCaml
  distribution.

- external.ml contains the tests that rely on other findlib packages
  or external tools to run. Each test will only run if the findlib
  package it depends on is present.