Explicitly add python-numpy dependency to install-build-deps.
[chromium-blink-merge.git] / tools / relocation_packer / src / run_all_unittests.cc
blob4122be18cea7dd3943d6f0f52fbfb6e70e619d21
1 // Copyright 2014 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 "testing/gtest/include/gtest/gtest.h"
7 int main(int argc, char** argv) {
8 testing::InitGoogleTest(&argc, argv);
9 return RUN_ALL_TESTS();