-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support recursive enable_if in tests #6132
Comments
voodoos
added a commit
to voodoos/dune
that referenced
this issue
Sep 7, 2022
When a test is disabled dune shouldn't check the availability of its dependencies.
voodoos
added a commit
to voodoos/dune
that referenced
this issue
Sep 7, 2022
When a test is disabled dune shouldn't check the availability of its dependencies. Signed-off-by: Ulysse Gérard <thevoodoos@gmail.com>
voodoos
added a commit
to voodoos/dune
that referenced
this issue
Sep 8, 2022
When a test is disabled dune shouldn't check the availability of its dependencies. Signed-off-by: Ulysse Gérard <thevoodoos@gmail.com>
voodoos
added a commit
to voodoos/dune
that referenced
this issue
Sep 8, 2022
When a test is disabled dune shouldn't check the availability of its dependencies. Signed-off-by: Ulysse Gérard <thevoodoos@gmail.com>
Duplicate of #5505 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using an
enabled_if
library in a test stanza protected by anenabled_if
is not supported while it is for tests.For instance https://github.com/ocaml-multicore/eio/blob/6a85b668a7cf75efcd304cba0fadabc0e2866b03/lib_eio_linux/tests/dune#L25-L30
On macOS This will fail with:
Changing the
test
intoexecutable
works.The text was updated successfully, but these errors were encountered: