A bit more syncing after the name change
This commit is contained in:
4
BUCK
4
BUCK
@@ -27,7 +27,7 @@ cxx_library(
|
||||
name = 'yoga',
|
||||
soname = 'libyogacore.$(ext)',
|
||||
srcs = glob(['yoga/*.c']),
|
||||
tests=[':tests'],
|
||||
tests=[':YogaTests'],
|
||||
exported_headers = subdir_glob([('', 'yoga/*.h')]),
|
||||
header_namespace = '',
|
||||
compiler_flags = COMPILER_FLAGS,
|
||||
@@ -38,7 +38,7 @@ cxx_library(
|
||||
)
|
||||
|
||||
cxx_test(
|
||||
name = 'tests',
|
||||
name = 'YogaTests',
|
||||
contacts = ['emilsj@fb.com'],
|
||||
srcs = glob(['tests/*.cpp']),
|
||||
compiler_flags = TEST_COMPILER_FLAGS,
|
||||
|
Reference in New Issue
Block a user