File tree 16 files changed +24
-72
lines changed
16 files changed +24
-72
lines changed Original file line number Diff line number Diff line change @@ -38,17 +38,14 @@ rn_xplat_cxx_library(
38
38
],
39
39
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS ,
40
40
fbobjc_preprocessor_flags = get_debug_preprocessor_flags () + get_apple_inspector_flags (),
41
- fbobjc_tests = [
42
- ":tests" ,
43
- ],
44
41
force_static = True ,
45
42
macosx_tests_override = [],
46
43
platforms = (ANDROID , APPLE ),
47
44
preprocessor_flags = [
48
45
"-DLOG_TAG=\" ReactNative\" " ,
49
46
"-DWITH_FBSYSTRACE=1" ,
50
47
],
51
- tests = [],
48
+ tests = [":tests" ],
52
49
visibility = ["PUBLIC" ],
53
50
deps = [
54
51
"xplat//fbsystrace:fbsystrace" ,
Original file line number Diff line number Diff line change @@ -25,16 +25,13 @@ rn_xplat_cxx_library(
25
25
],
26
26
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS ,
27
27
fbobjc_preprocessor_flags = get_debug_preprocessor_flags () + get_apple_inspector_flags (),
28
- fbobjc_tests = [
29
- ":tests" ,
30
- ],
31
28
macosx_tests_override = [],
32
29
platforms = (ANDROID , APPLE ),
33
30
preprocessor_flags = [
34
31
"-DLOG_TAG=\" ReactNative\" " ,
35
32
"-DWITH_FBSYSTRACE=1" ,
36
33
],
37
- tests = [],
34
+ tests = [":tests" ],
38
35
visibility = ["PUBLIC" ],
39
36
deps = [
40
37
"xplat//fbsystrace:fbsystrace" ,
@@ -60,7 +57,7 @@ fb_xplat_cxx_test(
60
57
"-std=c++14" ,
61
58
"-Wall" ,
62
59
],
63
- platforms = APPLE ,
60
+ platforms = ( ANDROID , APPLE ) ,
64
61
deps = [
65
62
"xplat//folly:molly" ,
66
63
"xplat//third-party/gmock:gtest" ,
Original file line number Diff line number Diff line change @@ -35,16 +35,13 @@ rn_xplat_cxx_library(
35
35
],
36
36
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS ,
37
37
fbobjc_preprocessor_flags = get_debug_preprocessor_flags () + get_apple_inspector_flags (),
38
- fbobjc_tests = [
39
- ":tests" ,
40
- ],
41
38
macosx_tests_override = [],
42
39
platforms = (ANDROID , APPLE ),
43
40
preprocessor_flags = [
44
41
"-DLOG_TAG=\" ReactNative\" " ,
45
42
"-DWITH_FBSYSTRACE=1" ,
46
43
],
47
- tests = [],
44
+ tests = [":tests" ],
48
45
visibility = ["PUBLIC" ],
49
46
deps = [
50
47
"xplat//fbsystrace:fbsystrace" ,
@@ -73,7 +70,7 @@ fb_xplat_cxx_test(
73
70
"-Wall" ,
74
71
],
75
72
76
- platforms = APPLE ,
73
+ platforms = ( ANDROID , APPLE ) ,
77
74
deps = [
78
75
"xplat//folly:molly" ,
79
76
"xplat//third-party/gmock:gtest" ,
Original file line number Diff line number Diff line change @@ -35,16 +35,13 @@ rn_xplat_cxx_library(
35
35
],
36
36
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS ,
37
37
fbobjc_preprocessor_flags = get_debug_preprocessor_flags () + get_apple_inspector_flags (),
38
- fbobjc_tests = [
39
- ":tests" ,
40
- ],
41
38
macosx_tests_override = [],
42
39
platforms = (ANDROID , APPLE ),
43
40
preprocessor_flags = [
44
41
"-DLOG_TAG=\" ReactNative\" " ,
45
42
"-DWITH_FBSYSTRACE=1" ,
46
43
],
47
- tests = [],
44
+ tests = [":tests" ],
48
45
visibility = ["PUBLIC" ],
49
46
deps = [
50
47
"xplat//fbsystrace:fbsystrace" ,
@@ -71,7 +68,7 @@ fb_xplat_cxx_test(
71
68
"-Wall" ,
72
69
],
73
70
74
- platforms = APPLE ,
71
+ platforms = ( ANDROID , APPLE ) ,
75
72
deps = [
76
73
"xplat//folly:molly" ,
77
74
"xplat//third-party/gmock:gtest" ,
Original file line number Diff line number Diff line change @@ -38,17 +38,14 @@ rn_xplat_cxx_library(
38
38
],
39
39
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS ,
40
40
fbobjc_preprocessor_flags = get_debug_preprocessor_flags () + get_apple_inspector_flags (),
41
- fbobjc_tests = [
42
- ":tests" ,
43
- ],
44
41
force_static = True ,
45
42
macosx_tests_override = [],
46
43
platforms = (ANDROID , APPLE ),
47
44
preprocessor_flags = [
48
45
"-DLOG_TAG=\" ReactNative\" " ,
49
46
"-DWITH_FBSYSTRACE=1" ,
50
47
],
51
- tests = [],
48
+ tests = [":tests" ],
52
49
visibility = ["PUBLIC" ],
53
50
deps = [
54
51
"xplat//fbsystrace:fbsystrace" ,
@@ -75,7 +72,7 @@ fb_xplat_cxx_test(
75
72
"-Wall" ,
76
73
],
77
74
78
- platforms = APPLE ,
75
+ platforms = ( ANDROID , APPLE ) ,
79
76
deps = [
80
77
"xplat//folly:molly" ,
81
78
"xplat//third-party/gmock:gtest" ,
Original file line number Diff line number Diff line change @@ -35,16 +35,13 @@ rn_xplat_cxx_library(
35
35
],
36
36
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS ,
37
37
fbobjc_preprocessor_flags = get_debug_preprocessor_flags () + get_apple_inspector_flags (),
38
- fbobjc_tests = [
39
- ":tests" ,
40
- ],
41
38
macosx_tests_override = [],
42
39
platforms = (ANDROID , APPLE ),
43
40
preprocessor_flags = [
44
41
"-DLOG_TAG=\" ReactNative\" " ,
45
42
"-DWITH_FBSYSTRACE=1" ,
46
43
],
47
- tests = [],
44
+ tests = [":tests" ],
48
45
visibility = ["PUBLIC" ],
49
46
deps = [
50
47
"xplat//fbsystrace:fbsystrace" ,
@@ -73,7 +70,7 @@ fb_xplat_cxx_test(
73
70
"-Wall" ,
74
71
],
75
72
76
- platforms = APPLE ,
73
+ platforms = ( ANDROID , APPLE ) ,
77
74
deps = [
78
75
"xplat//folly:molly" ,
79
76
"xplat//third-party/gmock:gtest" ,
Original file line number Diff line number Diff line change @@ -42,17 +42,14 @@ rn_xplat_cxx_library(
42
42
],
43
43
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS ,
44
44
fbobjc_preprocessor_flags = get_debug_preprocessor_flags () + get_apple_inspector_flags (),
45
- fbobjc_tests = [
46
- ":tests" ,
47
- ],
48
45
force_static = True ,
49
46
macosx_tests_override = [],
50
47
platforms = (ANDROID , APPLE ),
51
48
preprocessor_flags = [
52
49
"-DLOG_TAG=\" ReactNative\" " ,
53
50
"-DWITH_FBSYSTRACE=1" ,
54
51
],
55
- tests = [],
52
+ tests = [":tests" ],
56
53
visibility = ["PUBLIC" ],
57
54
deps = [
58
55
"xplat//fbsystrace:fbsystrace" ,
Original file line number Diff line number Diff line change @@ -41,17 +41,14 @@ rn_xplat_cxx_library(
41
41
],
42
42
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS ,
43
43
fbobjc_preprocessor_flags = get_debug_preprocessor_flags () + get_apple_inspector_flags (),
44
- fbobjc_tests = [
45
- ":tests" ,
46
- ],
47
44
force_static = True ,
48
45
macosx_tests_override = [],
49
46
platforms = (ANDROID , APPLE ),
50
47
preprocessor_flags = [
51
48
"-DLOG_TAG=\" ReactNative\" " ,
52
49
"-DWITH_FBSYSTRACE=1" ,
53
50
],
54
- tests = [],
51
+ tests = [":tests" ],
55
52
visibility = ["PUBLIC" ],
56
53
deps = [
57
54
"xplat//fbsystrace:fbsystrace" ,
@@ -77,7 +74,7 @@ fb_xplat_cxx_test(
77
74
"-Wall" ,
78
75
],
79
76
80
- platforms = APPLE ,
77
+ platforms = ( ANDROID , APPLE ) ,
81
78
deps = [
82
79
"xplat//folly:molly" ,
83
80
"xplat//third-party/gmock:gtest" ,
Original file line number Diff line number Diff line change @@ -33,17 +33,14 @@ rn_xplat_cxx_library(
33
33
],
34
34
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS ,
35
35
fbobjc_preprocessor_flags = get_debug_preprocessor_flags () + get_apple_inspector_flags (),
36
- fbobjc_tests = [
37
- ":tests" ,
38
- ],
39
36
force_static = True ,
40
37
macosx_tests_override = [],
41
38
platforms = (ANDROID , APPLE ),
42
39
preprocessor_flags = [
43
40
"-DLOG_TAG=\" ReactNative\" " ,
44
41
"-DWITH_FBSYSTRACE=1" ,
45
42
],
46
- tests = [],
43
+ tests = [":tests" ],
47
44
visibility = ["PUBLIC" ],
48
45
deps = [
49
46
"xplat//fbsystrace:fbsystrace" ,
Original file line number Diff line number Diff line change @@ -40,17 +40,14 @@ rn_xplat_cxx_library(
40
40
],
41
41
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS ,
42
42
fbobjc_preprocessor_flags = get_debug_preprocessor_flags () + get_apple_inspector_flags (),
43
- fbobjc_tests = [
44
- ":tests" ,
45
- ],
46
43
force_static = True ,
47
44
macosx_tests_override = [],
48
45
platforms = (ANDROID , APPLE ),
49
46
preprocessor_flags = [
50
47
"-DLOG_TAG=\" ReactNative\" " ,
51
48
"-DWITH_FBSYSTRACE=1" ,
52
49
],
53
- tests = [],
50
+ tests = [":tests" ],
54
51
visibility = ["PUBLIC" ],
55
52
deps = [
56
53
"xplat//fbsystrace:fbsystrace" ,
Original file line number Diff line number Diff line change @@ -38,17 +38,14 @@ rn_xplat_cxx_library(
38
38
],
39
39
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS ,
40
40
fbobjc_preprocessor_flags = get_debug_preprocessor_flags () + get_apple_inspector_flags (),
41
- fbobjc_tests = [
42
- ":tests" ,
43
- ],
44
41
force_static = True ,
45
42
macosx_tests_override = [],
46
43
platforms = (ANDROID , APPLE ),
47
44
preprocessor_flags = [
48
45
"-DLOG_TAG=\" ReactNative\" " ,
49
46
"-DWITH_FBSYSTRACE=1" ,
50
47
],
51
- tests = [],
48
+ tests = [":tests" ],
52
49
visibility = ["PUBLIC" ],
53
50
deps = [
54
51
"xplat//fbsystrace:fbsystrace" ,
Original file line number Diff line number Diff line change @@ -51,9 +51,6 @@ rn_xplat_cxx_library(
51
51
),
52
52
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS ,
53
53
fbobjc_preprocessor_flags = get_debug_preprocessor_flags () + get_apple_inspector_flags (),
54
- fbobjc_tests = [
55
- ":tests" ,
56
- ],
57
54
force_static = True ,
58
55
ios_deps = [
59
56
"xplat//js:RCTImage" ,
@@ -82,7 +79,7 @@ rn_xplat_cxx_library(
82
79
"-DLOG_TAG=\" ReactNative\" " ,
83
80
"-DWITH_FBSYSTRACE=1" ,
84
81
],
85
- tests = [],
82
+ tests = [":tests" ],
86
83
visibility = ["PUBLIC" ],
87
84
deps = [
88
85
"xplat//fbsystrace:fbsystrace" ,
Original file line number Diff line number Diff line change @@ -48,9 +48,6 @@ rn_xplat_cxx_library(
48
48
),
49
49
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS ,
50
50
fbobjc_preprocessor_flags = get_debug_preprocessor_flags () + get_apple_inspector_flags (),
51
- fbobjc_tests = [
52
- ":tests" ,
53
- ],
54
51
force_static = True ,
55
52
ios_deps = [
56
53
"xplat//js:RCTImage" ,
@@ -87,7 +84,7 @@ rn_xplat_cxx_library(
87
84
"-DLOG_TAG=\" ReactNative\" " ,
88
85
"-DWITH_FBSYSTRACE=1" ,
89
86
],
90
- tests = [],
87
+ tests = [":tests" ],
91
88
visibility = ["PUBLIC" ],
92
89
deps = [
93
90
"xplat//fbsystrace:fbsystrace" ,
Original file line number Diff line number Diff line change @@ -38,17 +38,14 @@ rn_xplat_cxx_library(
38
38
],
39
39
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS ,
40
40
fbobjc_preprocessor_flags = get_debug_preprocessor_flags () + get_apple_inspector_flags (),
41
- fbobjc_tests = [
42
- ":tests" ,
43
- ],
44
41
force_static = True ,
45
42
macosx_tests_override = [],
46
43
platforms = (ANDROID , APPLE ),
47
44
preprocessor_flags = [
48
45
"-DLOG_TAG=\" ReactNative\" " ,
49
46
"-DWITH_FBSYSTRACE=1" ,
50
47
],
51
- tests = [],
48
+ tests = [":tests" ],
52
49
visibility = ["PUBLIC" ],
53
50
deps = [
54
51
"xplat//fbsystrace:fbsystrace" ,
Original file line number Diff line number Diff line change @@ -63,9 +63,6 @@ rn_xplat_cxx_library(
63
63
),
64
64
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS ,
65
65
fbobjc_preprocessor_flags = get_debug_preprocessor_flags () + get_apple_inspector_flags (),
66
- fbobjc_tests = [
67
- ":tests" ,
68
- ],
69
66
force_static = True ,
70
67
ios_deps = [
71
68
],
@@ -98,7 +95,7 @@ rn_xplat_cxx_library(
98
95
"-DLOG_TAG=\" ReactNative\" " ,
99
96
"-DWITH_FBSYSTRACE=1" ,
100
97
],
101
- tests = [],
98
+ tests = [":tests" ],
102
99
visibility = ["PUBLIC" ],
103
100
deps = [
104
101
"xplat//fbsystrace:fbsystrace" ,
@@ -126,7 +123,7 @@ fb_xplat_cxx_test(
126
123
"-Wall" ,
127
124
],
128
125
129
- platforms = APPLE ,
126
+ platforms = ( ANDROID , APPLE ) ,
130
127
deps = [
131
128
"xplat//folly:molly" ,
132
129
"xplat//third-party/gmock:gtest" ,
Original file line number Diff line number Diff line change @@ -38,17 +38,14 @@ rn_xplat_cxx_library(
38
38
],
39
39
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS ,
40
40
fbobjc_preprocessor_flags = get_debug_preprocessor_flags () + get_apple_inspector_flags (),
41
- fbobjc_tests = [
42
- ":uimanagertests" ,
43
- ],
44
41
force_static = True ,
45
42
macosx_tests_override = [],
46
43
platforms = (ANDROID , APPLE ),
47
44
preprocessor_flags = [
48
45
"-DLOG_TAG=\" ReactNative\" " ,
49
46
"-DWITH_FBSYSTRACE=1" ,
50
47
],
51
- tests = [],
48
+ tests = [":tests" ],
52
49
visibility = ["PUBLIC" ],
53
50
deps = [
54
51
"xplat//fbsystrace:fbsystrace" ,
@@ -69,7 +66,7 @@ rn_xplat_cxx_library(
69
66
)
70
67
71
68
fb_xplat_cxx_test (
72
- name = "uimanagertests " ,
69
+ name = "tests " ,
73
70
srcs = glob (["tests/**/*.cpp" ]),
74
71
headers = glob (["tests/**/*.h" ]),
75
72
compiler_flags = [
You can’t perform that action at this time.
0 commit comments