consensus_simtests/
lib.rs

1// Copyright (c) Mysten Labs, Inc.
2// Modifications Copyright (c) 2025 IOTA Stiftung
3// SPDX-License-Identifier: Apache-2.0
4
5#[cfg(msim)]
6mod node;
7
8#[cfg(msim)]
9#[path = "tests/simtests.rs"]
10mod simtests;