roll libyuv to r1437 to resolve msan overread on odd width ARGBToYUY2.
[chromium-blink-merge.git] / cc / blink / test / run_all_unittests.cc
blob294039a346da5534b070bf692f735c2a82b3e28f
1 // Copyright (c) 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "base/bind.h"
6 #include "base/test/launcher/unit_test_launcher.h"
7 #include "cc/blink/test/cc_blink_test_suite.h"
9 int main(int argc, char** argv) {
10 cc_blink::CCBlinkTestSuite test_suite(argc, argv);
12 return base::LaunchUnitTests(
13 argc,
14 argv,
15 base::Bind(&cc_blink::CCBlinkTestSuite::Run,
16 base::Unretained(&test_suite)));