blob: 7906d8e0cceef33ddafdc9741af8f869ef078be9 [file] [log] [blame]
// Copyright 2018 The Fuchsia 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 <lib/gtest/real_loop_fixture.h>
int main(int argc, char** argv) {
testing::InitGoogleTest(&argc, argv);
// TODO(mpuryear): create a '--stress' switch here, to execute a set of
// longhaul resource-exhaustion-focused tests on these interfaces.
int result = RUN_ALL_TESTS();
return result;
}