ppx_expect_test Last updated Mar 27, 2025
load("@rules_ppx//build:rules.bzl", "ppx_expect_test")
ppx_expect_test(name, deps, vm_runtime)
Test rule for running inline ppx_expect tests.
not yet supported due to bug in ppx_expect. |
Attributes
Name | Description | Type | Mandatory | Default |
---|---|---|---|---|
A unique name for this target. |
required |
|||
Modules under test, instrumented using ppx_expect. |
optional |
[] |
||
@ocaml_rules//cfg/runtime:dynamic (default), @ocaml_rules//cfg/runtime:static, or a custom ocaml_vm_runtime target label |
optional |
"@rules_ocaml//cfg/runtime" |