| commit | 7a07ece23b01848b94443585fb1e164862519ecc | [log] [tgz] |
|---|---|---|
| author | Tom Finegan <tomfinegan@google.com> | Tue Feb 07 17:14:05 2017 -0800 |
| committer | Tom Finegan <tomfinegan@google.com> | Mon Feb 13 18:11:11 2017 +0000 |
| tree | 9db6c4de3a5bf0fe6786e43c1242f409db70a384 | |
| parent | 17ce8b170f26e45aba3be193f920334aec28ce9d [diff] [blame] |
Include googletest cmake support. - Same googletest release (v1.8.0), new root in third_party. - Update Android.mk and make build (include and file locations). - Update cmake build (use googletest's cmake support). - Update gtest include in all tests. BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=76 Change-Id: I5491a2ff3c8869263cd885872c815402236c20b1
diff --git a/test/av1_quantize_test.cc b/test/av1_quantize_test.cc index 667b558..43acd6f 100644 --- a/test/av1_quantize_test.cc +++ b/test/av1_quantize_test.cc
@@ -10,7 +10,7 @@ */ #include <stdlib.h> -#include "third_party/googletest/src/include/gtest/gtest.h" +#include "third_party/googletest/src/googletest/include/gtest/gtest.h" #include "./aom_config.h" #include "./av1_rtcd.h"