unboxed-primitive-args: test does not require unix (#9517)

master
Nicolás Ojeda Bär 2020-04-30 18:26:24 +02:00 committed by GitHub
parent f52f00d76c
commit e20736dda0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 9 deletions

View File

@ -1,22 +1,19 @@
(* TEST
* hasunix
include unix
files = "common.mli common.ml test_common.c test_common.h"
** setup-ocamlopt.byte-build-env
*** ocaml
* setup-ocamlopt.byte-build-env
** ocaml
test_file = "${test_source_directory}/gen_test.ml"
ocaml_script_as_argument = "true"
arguments = "c"
compiler_output = "stubs.c"
**** ocaml
*** ocaml
arguments = "ml"
compiler_output = "main.ml"
***** ocamlopt.byte
**** ocamlopt.byte
all_modules = "test_common.c stubs.c common.mli common.ml main.ml"
****** run
******* check-program-output
***** run
****** check-program-output
*)