miden-client-integration-tests 0.14.3

Integration Tests for the miden client library
Documentation
1
2
3
4
5
6
//! Integration test wrappers
//!
//! This module includes auto-generated test wrappers from the build script.
//! The actual test implementations are generated in OUT_DIR and included here.

include!(concat!(env!("OUT_DIR"), "/integration_tests.rs"));