ocaml/ocamlbuild/testsuite/internal_test_header.ml

11 lines
194 B
OCaml

#load "unix.cma";;
let ocamlbuild = try Sys.getenv "OCAMLBUILD" with Not_found -> "ocamlbuild";;
#use "ocamlbuild_test.ml";;
module M = Match;;
module T = Tree;;
let _build = M.d "_build";;