Skip to content

Commit fcb40f1

Browse files
authored
fix headers attribute of cxx_test in OSS (#8662)
We forgot to make header paths work for cxx_test headers. Test Plan: buck2 build //runtime/kernel/test:operator_registry_test
1 parent 875becd commit fcb40f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shim_et/xplat/executorch/build/runtime_wrapper.bzl

+1
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ def _cxx_test(*args, **kwargs):
268268
kwargs["deps"].append("//executorch/test/utils:utils")
269269

270270
_patch_kwargs_cxx(kwargs)
271+
env.patch_headers(kwargs)
271272
_patch_build_mode_flags(kwargs)
272273
_patch_test_compiler_flags(kwargs)
273274

0 commit comments

Comments
 (0)