Make YogaKit tests pass whether they are run in Xcode or BUCK.
Summary: Currently, some YogaKit tests fail when they are run in Xcode, but pass in BUCK. This cleans up the tests so that they more definitively test what they say they are testing, and the results are not affected by the enviroment they are run in. Reviewed By: emilsjolander Differential Revision: D4453745 fbshipit-source-id: 238e41960afe63d31e9f6efdcd947cfac39f2dc4
This commit is contained in:
committed by
Facebook Github Bot
parent
e3cfacf0cb
commit
a4bab68802
@@ -29,7 +29,7 @@ install:
|
||||
script:
|
||||
- buck test //:yoga
|
||||
- buck test //java:java
|
||||
- buck test //YogaKit:YogaKitTests --config cxx.default_platform=iphonesimulator-x86_64 --config cxx.cflags=-DTRAVIS_CI
|
||||
- buck test //YogaKit:YogaKitTests --config cxx.default_platform=iphonesimulator-x86_64
|
||||
- sh csharp/tests/Facebook.Yoga/test_macos.sh
|
||||
|
||||
- cd javascript
|
||||
|
Reference in New Issue
Block a user