Sentri: multi-chain smart contract security analyzer with static analysis, invariant checking, and vulnerability detection for Solana, EVM, and Move programs.
//! Integration tests for complete workflows.
//!//! These tests validate end-to-end workflows and cross-module interactions.
#[path="integration/mod.rs"]modintegration;// Dummy test to make Cargo recognize this as a test binary
#[test]fn_integration_tests_available(){// This test always passes - it exists only to make Cargo discover this test binary
}