Rename C test target to match pattern of other test targets
Summary: Rename C test target to match pattern of other test targets Reviewed By: gkassabli Differential Revision: D4014931 fbshipit-source-id: 2b4b831d6073214e8162a1d27b7478f3665a795f
This commit is contained in:
committed by
Facebook Github Bot
parent
203e3dc9b8
commit
14009ec470
4
BUCK
4
BUCK
@@ -26,7 +26,7 @@ TEST_COMPILER_FLAGS = BASE_COMPILER_FLAGS + GMOCK_OVERRIDE_FLAGS + ['-std=c++11'
|
||||
cxx_library(
|
||||
name = 'CSSLayout',
|
||||
srcs = glob(['CSSLayout/*.c']),
|
||||
tests=[':CSSLayout_tests'],
|
||||
tests=[':tests'],
|
||||
exported_headers = subdir_glob([('', 'CSSLayout/*.h')]),
|
||||
header_namespace = '',
|
||||
force_static = True,
|
||||
@@ -36,7 +36,7 @@ cxx_library(
|
||||
)
|
||||
|
||||
cxx_test(
|
||||
name = 'CSSLayout_tests',
|
||||
name = 'tests',
|
||||
contacts = ['emilsj@fb.com'],
|
||||
srcs = glob(['tests/*.cpp']),
|
||||
compiler_flags = TEST_COMPILER_FLAGS,
|
||||
|
Reference in New Issue
Block a user