We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b751645 commit 22efe6fCopy full SHA for 22efe6f
shim/BUCK
@@ -1,3 +1,4 @@
1
+load("@prelude//tests:test_toolchain.bzl", "noop_test_toolchain")
2
load("@prelude//platforms:defs.bzl", "execution_platform")
3
load("@prelude//toolchains:cxx.bzl", "system_cxx_toolchain")
4
load("@prelude//toolchains:genrule.bzl", "system_genrule_toolchain")
@@ -74,3 +75,8 @@ execution_platform(
74
75
use_windows_path_separators = host_info().os.is_windows,
76
visibility = ["PUBLIC"],
77
)
78
+
79
+noop_test_toolchain(
80
+ name = "test",
81
+ visibility = ["PUBLIC"],
82
+)
0 commit comments