consensus_simtests/
lib.rs

1
2
3
4
5
6
7
8
9
// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

#[cfg(msim)]
mod node;

#[cfg(msim)]
#[path = "tests/simtests.rs"]
mod simtests;