From: James Zern Date: Sat, 16 May 2015 18:55:04 +0000 (-0700) Subject: test_intra_pred_speed: reuse test_libvpx's main() X-Git-Tag: v1.5.0~669 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8089f1cf1355953210c3cd0584bcc64a4eed6dd6;p=libvpx test_intra_pred_speed: reuse test_libvpx's main() this allows test_libvpx's simd caps check to be used; it also fixes a link error on OS X with -fcommon. Change-Id: I1a62a3e74ba06b8f3b37a22fcfdebf90c04ab289 --- diff --git a/test/test_intra_pred_speed.cc b/test/test_intra_pred_speed.cc index c954b4102..2ec693b97 100644 --- a/test/test_intra_pred_speed.cc +++ b/test/test_intra_pred_speed.cc @@ -332,4 +332,4 @@ INTRA_PRED_TEST(NEON, TestIntraPred32, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, vp9_tm_predictor_32x32_neon) #endif // HAVE_NEON -#include "third_party/googletest/src/src/gtest_main.cc" +#include "test/test_libvpx.cc"