[PR11606] ocaml bindings tests produce binaries in source dir
authorDaniel Dunbar <daniel@zuster.org>
Fri, 23 Aug 2013 00:55:32 +0000 (00:55 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 23 Aug 2013 00:55:32 +0000 (00:55 +0000)
commit0a248bf714f18b1cdcda5d7b811303c232d6e885
treedee61852de13082d4cfd29cbf738f75d7c45d12d
parent7feaf762f40c0b87f891af60b4a899c9158bd94d
[PR11606] ocaml bindings tests produce binaries in source dir

 - Workaround for ocamlopt producing outputs adjacent to its source inputs, by
   having the tests copy the inputs into temporary directories in the output
   paths before building.

 - Patch by edward-san.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189081 91177308-0d34-0410-b5e6-96231b3b80d8
test/Bindings/Ocaml/analysis.ml
test/Bindings/Ocaml/bitreader.ml
test/Bindings/Ocaml/bitwriter.ml
test/Bindings/Ocaml/executionengine.ml
test/Bindings/Ocaml/ext_exc.ml
test/Bindings/Ocaml/ipo_opts.ml
test/Bindings/Ocaml/scalar_opts.ml
test/Bindings/Ocaml/target.ml
test/Bindings/Ocaml/vmcore.ml