Turn off the apple_test getting pulled into end-to-end tests
Summary: Gate it with `THIS_IS_FBOBJC` for now - the better solution is gating with fb_xplat_cxx_library and fb_xplat_cxx_test Reviewed By: dshahidehpour Differential Revision: D4024973 fbshipit-source-id: 2ce744fd67630b39b0498d0479a034d0b05c68ed
This commit is contained in:
committed by
Facebook Github Bot
parent
eedee80f25
commit
770fa6d254
@@ -9,7 +9,8 @@ include_defs('//CSSLAYOUT_DEFS')
|
||||
|
||||
UIKIT_CSSLAYOUT_COMPILER_FLAGS = ['-fobjc-arc']
|
||||
|
||||
apple_library(
|
||||
if THIS_IS_FBOBJC:
|
||||
apple_library(
|
||||
name = 'CSSLayout',
|
||||
compiler_flags = UIKIT_CSSLAYOUT_COMPILER_FLAGS,
|
||||
tests = [':CSSLayoutTests'],
|
||||
@@ -23,9 +24,9 @@ apple_library(
|
||||
csslayout_dep(':CSSLayout'),
|
||||
],
|
||||
visibility = ['PUBLIC'],
|
||||
)
|
||||
)
|
||||
|
||||
apple_test(
|
||||
apple_test(
|
||||
name = 'CSSLayoutTests',
|
||||
compiler_flags = UIKIT_CSSLAYOUT_COMPILER_FLAGS,
|
||||
info_plist = 'Tests/Info.plist',
|
||||
@@ -38,4 +39,4 @@ apple_test(
|
||||
':CSSLayout',
|
||||
],
|
||||
visibility = ['PUBLIC'],
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user