update naming and fix test

This commit is contained in:
Emil Sjolander
2016-12-07 16:18:13 +00:00
parent b11155423c
commit b611fac20b
5 changed files with 20 additions and 156 deletions

1
BUCK
View File

@@ -25,6 +25,7 @@ TEST_COMPILER_FLAGS = BASE_COMPILER_FLAGS + GMOCK_OVERRIDE_FLAGS + ['-std=c++11'
cxx_library(
name = 'yoga',
soname = 'libyogacore.$(ext)',
srcs = glob(['yoga/*.c']),
tests=[':tests'],
exported_headers = subdir_glob([('', 'yoga/*.h')]),