Fabric: Enable all Fabric tests for Android

Summary: All our C++ Fabric tests are cross-platform, so it makes sense to run them for all platforms (especially because platform may behaive differently).

Reviewed By: JoshuaGross, mdvacca

Differential Revision: D13984574

fbshipit-source-id: e384c03c7f9839be38a1910e04ba2f7725abc378
This commit is contained in:
Valentin Shergin
2019-02-08 20:13:00 -08:00
committed by Facebook Github Bot
parent 6a71d51250
commit 21290b569b
16 changed files with 24 additions and 72 deletions

View File

@@ -38,9 +38,6 @@ rn_xplat_cxx_library(
],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
fbobjc_tests = [
":tests",
],
force_static = True,
macosx_tests_override = [],
platforms = (ANDROID, APPLE),
@@ -48,7 +45,7 @@ rn_xplat_cxx_library(
"-DLOG_TAG=\"ReactNative\"",
"-DWITH_FBSYSTRACE=1",
],
tests = [],
tests = [":tests"],
visibility = ["PUBLIC"],
deps = [
"xplat//fbsystrace:fbsystrace",