Fix some Ocaml tests: the %t substitution now returns an absolute path.
authorBob Wilson <bob.wilson@apple.com>
Fri, 20 Aug 2010 14:20:17 +0000 (14:20 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 20 Aug 2010 14:20:17 +0000 (14:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111623 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/vmcore.ml

index e830106c11ffd44ba3971ee93512a9d2324b9a81..7850b2918bb49490a8c31198dd2ae6ffddc30a6e 100644 (file)
@@ -1,5 +1,5 @@
 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_analysis.cmxa %s -o %t
- * RUN: ./%t %t.bc
+ * RUN: %t %t.bc
  *)
 
 open Llvm
index 112ca618301a74c113f82d5c936c62d895c5dcf7..30b07d2199f3a3030ad63092bb827bc6354cc189 100644 (file)
@@ -1,5 +1,5 @@
 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_bitreader.cmxa llvm_bitwriter.cmxa %s -o %t
- * RUN: ./%t %t.bc
+ * RUN: %t %t.bc
  * RUN: llvm-dis < %t.bc | grep caml_int_ty
  *)
 
index ef1c9ab722c86f5d4b9a195cd76ae88e91bd389d..8eb923ea32c730ab5b0fe723c5fdce5108640da2 100644 (file)
@@ -1,5 +1,5 @@
 (* RUN: %ocamlopt -warn-error A unix.cmxa llvm.cmxa llvm_bitwriter.cmxa %s -o %t
- * RUN: ./%t %t.bc
+ * RUN: %t %t.bc
  * RUN: llvm-dis < %t.bc | grep caml_int_ty
  *)
 
index 2caeb82aac22c92d75755f6f05ffaa8a7cd7fde5..6b28f63d1e296fc666a1b4b86284dcfcac9b892a 100644 (file)
@@ -1,5 +1,5 @@
 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_target.cmxa llvm_executionengine.cmxa %s -o %t
- * RUN: ./%t %t.bc
+ * RUN: %t %t.bc
  *)
 
 open Llvm
index 506bf50e2a490095637ac46c15301adcc297b49b..ba8c6962a55aa6169f3d7b07801db1b5bd7ef5e8 100644 (file)
@@ -1,5 +1,5 @@
 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_analysis.cmxa llvm_bitwriter.cmxa %s -o %t
- * RUN: ./%t %t.bc
+ * RUN: %t %t.bc
  * RUN: llvm-dis < %t.bc > %t.ll
  *)