//! Shared code for the `zebrad` acceptance tests. //! //! # Warning //! //! Test functions in this file and its submodules will not be run. //! This file is only for test library code. //! //! This module uses the legacy directory structure, //! to avoid compiling an empty "common" test binary: //! pub mod cached_state; pub mod check; pub mod config; pub mod failure_messages; pub mod launch; pub mod lightwalletd; pub mod sync;