Skip to content

Commit

Permalink
Fix dune
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinans committed Jan 13, 2025
1 parent 0dd7fa0 commit b407a57
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(public_name landmarks)
(no_dynlink)
(flags
(:standard -w +A-30-42-41-40-4 -safe-string -strict-sequence))
(:standard -w +A-30-42-41-40-4-70 -safe-string -strict-sequence))
(foreign_stubs
(language c)
(names utils))
Expand Down
13 changes: 9 additions & 4 deletions tests/js/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@
(libraries landmark))

(rule
(ignore-stderr
(with-stdout-to
test.out
(run node ./test.bc.js))))
(enabled_if (= %{ocaml-config:system} linux))
(deps ./test.bc.js)
(target test.out)
(action
(ignore-stderr
(with-stdout-to
test.out
(run node ./test.bc.js))))
)

(rule
(alias runtest)
Expand Down

0 comments on commit b407a57

Please sign in to comment.