Skip to content

Commit

Permalink
Wasm: test sandboxing
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Vouillon <[email protected]>
  • Loading branch information
vouillon committed Jan 15, 2025
1 parent 0e3e77a commit 3168dc3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/blackbox-tests/test-cases/wasmoo/sandboxing.t/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(library
(name inline_test)
(modules inline_test)
(inline_tests (modes wasm))
(preprocess (pps ppx_inline_test)))
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(lang dune 3.17)
Empty file.
3 changes: 3 additions & 0 deletions test/blackbox-tests/test-cases/wasmoo/sandboxing.t/run.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Run tests and inline tests within a sandbox in copy mode

$ dune runtest --sandbox=copy
Empty file.

0 comments on commit 3168dc3

Please sign in to comment.