// Test module entry point for pascal-rs
// All comprehensive tests are organized in:
// - tests/unit/ - Unit tests for individual components
// - tests/integration/ - Integration tests for full pipeline
// - tests/performance/ - Performance and benchmark tests
// - tests/regression/ - Regression tests
// This file serves as the main test entry point