blob: a3f452dcbaebaf7c29c3a21f156fbfe6ff64fc2d [file] [log] [blame]
// Copyright 2021 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <base/at_exit.h>
#include <base/test/test_timeouts.h>
#include <brillo/test_helpers.h>
int main(int argc, char** argv) {
base::AtExitManager at_exit_manager;
SetUpTests(&argc, argv, true);
TestTimeouts::Initialize();
return RUN_ALL_TESTS();
}