blob: 3b083635cf93fda42d4f27bae897b45d81e033c1 [file] [log] [blame]
Daniel Erat3b68d6e2015-01-28 10:23:28 -07001// 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 Vakulenkoe7696532015-10-16 16:27:29 -07005#include <brillo/test_helpers.h>
Daniel Erat3b68d6e2015-01-28 10:23:28 -07006#include <gtest/gtest.h>
7
8int main(int argc, char** argv) {
Daniel Erat3b68d6e2015-01-28 10:23:28 -07009 SetUpTests(&argc, argv, true);
10 return RUN_ALL_TESTS();
11}