Sentri: multi-chain smart contract security analyzer with static analysis, invariant checking, and vulnerability detection for Solana, EVM, and Move programs.
//! Unit tests for DSL parser and core functionality.
//!//! These tests validate core parser functionality in isolation.
//! Coverage target: 95%+ for parser module.
#[path="unit/mod.rs"]modunit;// Dummy test to make Cargo recognize this as a test binary
#[test]fn_unit_tests_available(){// This test always passes - it exists only to make Cargo discover this test binary
}