[ 0%] Built target pch [ 3%] Built target common [ 4%] Built target bdisasm [ 6%] Built target png [ 6%] Built target sfml-network [ 14%] Built target polarssl [ 14%] Built target SOIL [ 15%] Built target inputcommon [ 67%] Built target wx [ 70%] Built target videosoftware [ 71%] Built target videoogl [ 77%] Built target videocommon [100%] Built target core Scanning dependencies of target gtest [100%] Building CXX object Externals/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o [100%] Building CXX object Externals/gtest/CMakeFiles/gtest.dir/src/gtest_main.cc.o Linking CXX static library libgtest.a [100%] Built target gtest Scanning dependencies of target MMIOTest [100%] Building CXX object Source/UnitTests/Core/CMakeFiles/Tests/MMIOTest.dir/MMIOTest.cpp.o In file included from /Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Source/UnitTests/Core/MMIOTest.cpp:2: /Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest.h:1448:16: warning: comparison of integers of different signs: 'const int' and 'const unsigned int' [-Wsign-compare] if (expected == actual) { ~~~~~~~~ ^ ~~~~~~ /Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest.h:1484:12: note: in instantiation of function template specialization 'testing::internal::CmpHelperEQ' requested here return CmpHelperEQ(expected_expression, actual_expression, expected, ^ /Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Source/UnitTests/Core/MMIOTest.cpp:71:51: note: in instantiation of function template specialization 'testing::internal::EqHelper::Compare' requested here u32 val32; m_mapping->Read(0xCC001234, &val32); EXPECT_EQ(i, val32); ^ /Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest.h:1978:23: note: expanded from macro 'EXPECT_EQ' EXPECT_PRED_FORMAT2(::testing::internal:: \ ^ /Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest_pred_impl.h:162:23: note: expanded from macro 'EXPECT_PRED_FORMAT2' GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) ^ /Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest_pred_impl.h:147:17: note: expanded from macro 'GTEST_PRED_FORMAT2_' GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \ ^ /Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest_pred_impl.h:77:52: note: expanded from macro 'GTEST_ASSERT_' if (const ::testing::AssertionResult gtest_ar = (expression)) \ ^ 1 warning generated. Linking CXX executable ../../../Binaries/Tests/MMIOTest [100%] Built target Tests/MMIOTest Scanning dependencies of target unittests Test project /Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/build Start 1: MMIOTest 1/1 Test #1: MMIOTest ......................... Passed 0.48 sec 100% tests passed, 0 tests failed out of 1 Total Test time (real) = 0.49 sec [100%] Built target unittests