-
Notifications
You must be signed in to change notification settings - Fork 23
Cannot run tests in bytecode mode #19
Copy link
Copy link
Closed
Labels
forwarded-to-js-devsThis report has been forwarded to Jane Street's internal review system.This report has been forwarded to Jane Street's internal review system.
Description
When I run inline tests in bytecode mode, I get the following message:
You are doing something unexpected with the tests. No tests have
been run. You should use the inline_tests_runner script to run
tests.
It seems that Base.Exported_for_specific_uses.am_testing is false when compiling to bytecode. Removing the check fixes the issue:
ppx_inline_test/runtime-lib/runtime.ml
Line 226 in 177fc6c
| when Base.Exported_for_specific_uses.am_testing -> begin |
This is with Base v0.13.0.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
forwarded-to-js-devsThis report has been forwarded to Jane Street's internal review system.This report has been forwarded to Jane Street's internal review system.