You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set default CMake build type to "debug" for standalone builds (in line with VS,
but in contrast to build.sh's "release"). Drive-by: Make DISABLE_JIT official
CMake option.
Split testing into multiple targets. Add test subtargets, one per test "kind",
and declare them as dependencies for top level test target. This has the
advantage of running individual checks in isolation and better error reporting
(only the failing command will be returned).
Convert add CMake warning about native tests in addition to build-time message.
If ICU is not installed, warn that native tests are going to be disabled during
CMake run.
0 commit comments