File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ load ("@fbcode_macros//build_defs:build_file_migration.bzl" , "fbcode_target" , "non_fbcode_target" )
2+ load ("targets.bzl" , "define_common_targets" )
3+
4+ fbcode_target (_kind = define_common_targets ,)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ load ("@fbcode_macros//build_defs:build_file_migration.bzl" , "fbcode_target" , "non_fbcode_target" )
2+ load ("targets.bzl" , "define_common_targets" )
3+
4+ fbcode_target (_kind = define_common_targets ,)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ load ("@fbcode_macros//build_defs:build_file_migration.bzl" , "fbcode_target" , "non_fbcode_target" )
2+ load ("targets.bzl" , "define_common_targets" )
3+
4+ fbcode_target (_kind = define_common_targets ,)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ load ("@fbcode_macros//build_defs:build_file_migration.bzl" , "fbcode_target" , "non_fbcode_target" )
12load ("@fbcode_macros//build_defs:cpp_unittest.bzl" , "cpp_unittest" )
23load ("@fbcode_macros//build_defs/lib:re_test_utils.bzl" , "re_test_utils" )
34
45oncall ("executorch" )
56
6- cpp_unittest(
7+ fbcode_target ( _kind = cpp_unittest ,
78 name = "test_common_shims" ,
89 srcs = [
910 "test_common_shims.cpp" ,
@@ -22,7 +23,7 @@ cpp_unittest(
2223 ],
2324)
2425
25- cpp_unittest(
26+ fbcode_target ( _kind = cpp_unittest ,
2627 name = "test_common_shims_slim" ,
2728 srcs = [
2829 "test_common_shims_slim.cpp" ,
You can’t perform that action at this time.
0 commit comments