Back to build
Raw log | Switch to full mode | Login

Running main() from gtest_main.cc [==========] Running 10 tests from 4 test cases. [----------] Global test environment set-up. [----------] 1 test from RectTest [ RUN ] RectTest.Comparisons [ OK ] RectTest.Comparisons (0 ms) [----------] 1 test from RectTest (0 ms total) [----------] 1 test from SizeTest [ RUN ] SizeTest.Comparisons [ OK ] SizeTest.Comparisons (0 ms) [----------] 1 test from SizeTest (0 ms total) [----------] 1 test from PointTest [ RUN ] PointTest.Comparisons [ OK ] PointTest.Comparisons (0 ms) [----------] 1 test from PointTest (0 ms total) [----------] 7 tests from TransformFunctionsTest [ RUN ] TransformFunctionsTest.SetIdentityTransform [ OK ] TransformFunctionsTest.SetIdentityTransform (0 ms) [ RUN ] TransformFunctionsTest.SetTranslationTransform [ OK ] TransformFunctionsTest.SetTranslationTransform (0 ms) [ RUN ] TransformFunctionsTest.Translate [ OK ] TransformFunctionsTest.Translate (0 ms) [ RUN ] TransformFunctionsTest.Scale [ OK ] TransformFunctionsTest.Scale (0 ms) [ RUN ] TransformFunctionsTest.CreateIdentityTransform [ OK ] TransformFunctionsTest.CreateIdentityTransform (0 ms) [ RUN ] TransformFunctionsTest.CreateTranslationTransform [ OK ] TransformFunctionsTest.CreateTranslationTransform (0 ms) [ RUN ] TransformFunctionsTest.CreateScaleTransform [ OK ] TransformFunctionsTest.CreateScaleTransform (0 ms) [----------] 7 tests from TransformFunctionsTest (0 ms total) [----------] Global test environment tear-down [==========] 10 tests from 4 test cases ran. (0 ms total) [ PASSED ] 10 tests.