]> granicus.if.org Git - libvpx/commitdiff
test_intra_pred_speed: reuse test_libvpx's main()
authorJames Zern <jzern@google.com>
Sat, 16 May 2015 18:55:04 +0000 (11:55 -0700)
committerJames Zern <jzern@google.com>
Sun, 17 May 2015 00:16:27 +0000 (17:16 -0700)
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

test/test_intra_pred_speed.cc

index c954b41026fed4ce9a2690de0eaacd5aa8c8291d..2ec693b977362ebdb9d7591c963f7d4b06fe5643 100644 (file)
@@ -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"