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
consttest_filters=b.option([]const []constu8, "test-filter", "Skip tests that do not match any filter") orelse &[0][]constu8{};
382
382
consttest_target_filters=b.option([]const []constu8, "test-target-filter", "Skip tests whose target triple do not match any filter") orelse &[0][]constu8{};
383
-
consttest_slow_targets=b.option(bool, "test-slow-targets", "Enable running module tests for targets that have a slow compiler backend") orelsefalse;
383
+
consttest_extra_targets=b.option(bool, "test-extra-targets", "Enable running module tests for additional targets") orelsefalse;
0 commit comments