summaryrefslogtreecommitdiff
path: root/testsuite/tests/output-complete-obj/test.ml
blob: 1b655a6d461346c894919634a6734f0bb3dd620d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
(* TEST

readonly_files = "test.ml_stub.c"

* setup-ocamlc.byte-build-env
** ocamlc.byte
flags = "-w -a -output-complete-obj"
program = "test.ml.bc.${objext}"
*** script
script = "${mkexe} -I${ocamlsrcdir}/runtime -o test.ml_bc_stub.exe \
                   test.ml.bc.${objext} ${nativecc_libs} test.ml_stub.c"
output = "${compiler_output}"
**** run
program = "./test.ml_bc_stub.exe"
stdout = "program-output"
stderr = "program-output"
* setup-ocamlopt.byte-build-env
** ocamlopt.byte
flags = "-w -a -output-complete-obj"
program = "test.ml.exe.${objext}"
*** script
script = "${mkexe} -I${ocamlsrcdir}/runtime -o test.ml_stub.exe \
                   test.ml.exe.${objext} ${bytecc_libs} test.ml_stub.c"
output = "${compiler_output}"
**** run
program = "./test.ml_stub.exe"
stdout = "program-output"
stderr = "program-output"

*)

let () = Printf.printf "Test!!\n%!"