This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
let () = print_endline "a: ok"
|
||||
|
|
@ -0,0 +1 @@
|
|||
b: ok
|
||||
|
|
@ -0,0 +1 @@
|
|||
let () = print_endline "b: ok"
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
(tests
|
||||
(names a b)
|
||||
(modes byte js))
|
||||
|
||||
(env
|
||||
(_
|
||||
(js_of_ocaml
|
||||
(runtest_alias runtest-js)
|
||||
(compilation_mode whole_program))))
|
||||
|
|
@ -0,0 +1 @@
|
|||
(lang dune 3.0)
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
tests stanza with jsoo
|
||||
|
||||
There should anly be one 'ok' here since we only want to run the js mode tests.
|
||||
|
||||
$ dune build @default @runtest-js
|
||||
a: ok
|
||||
Loading…
Add table
Add a link
Reference in a new issue