Daniel Erat | 3b68d6e | 2015-01-28 10:23:28 -0700 | [diff] [blame] | 1 | // Copyright 2015 The Chromium OS 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. |
| 4 | |
Alex Vakulenko | e769653 | 2015-10-16 16:27:29 -0700 | [diff] [blame] | 5 | #include <brillo/test_helpers.h> |
Daniel Erat | 3b68d6e | 2015-01-28 10:23:28 -0700 | [diff] [blame] | 6 | #include <gtest/gtest.h> |
| 7 | |
| 8 | int main(int argc, char** argv) { |
Daniel Erat | 3b68d6e | 2015-01-28 10:23:28 -0700 | [diff] [blame] | 9 | SetUpTests(&argc, argv, true); |
| 10 | return RUN_ALL_TESTS(); |
| 11 | } |