We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91aef57 commit ada8e35Copy full SHA for ada8e35
1 file changed
backends/arm/test/targets.bzl
@@ -3,7 +3,7 @@ load("@fbcode_macros//build_defs:python_pytest.bzl", "python_pytest")
3
load("@bazel_skylib//lib:paths.bzl", "paths")
4
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
5
6
-_ENABLE_VGF = False
+_ENABLE_VGF = True
7
8
def define_arm_tests():
9
# TODO [fbonly] Add more tests
0 commit comments