blob: 158eea818ae68725a5fd4d3f67e4dfec79cc431f [file] [log] [blame]
// Copyright 2021 The ChromiumOS Authors
// 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();
}