test_runners_lib/lib.rs
1// Copyright 2019 The Fuchsia 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
5pub mod cases;
6pub mod elf;
7pub mod errors;
8pub mod launch;
9pub mod logs;
10
11// Note that `test_lib` is intentionally in a separate compilation unit.