This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1 @@
let () = print_endline "a: ok"

View file

@ -0,0 +1 @@
let () = print_endline "b: ok"

View file

@ -0,0 +1,9 @@
(tests
(names a b)
(modes byte js))
(env
(_
(js_of_ocaml
(runtest_alias runtest-js)
(compilation_mode whole_program))))

View file

@ -0,0 +1 @@
(lang dune 3.0)

View file

@ -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