🧪 Created complete API testing architecture: - Organized tests/ directory with folder per engine - Google Test framework setup for each engine - API validation tests for all 10 autonomous engines ✅ Test coverage includes: - Factory Engine: Production API, 60fps performance, material flow - War Engine: Multi-chunk combat, auto-battler, 500 units capacity - Designer Engine: Global 1-2 designs/tick rate, design evolution - Map Engine: 218 procedural elements, FOW chunk granularity - Intelligence Engine: 3.1GB adaptive metrics, satellite reconnaissance - MacroEntity Engine: Company features, diplomacy, admin points - Operation Engine: AI generals, ML adaptation, strategic planning - Logistic Engine: Supply chains, convoy management, route optimization - Economy Engine: Market simulation, pricing, geopolitical events - Event Engine: Breakthrough system, global events, scheduling 🎯 Each test validates: - Engine API correctness and functionality - Performance targets and specifications - Inter-engine communication patterns - Technical requirements from documentation 📋 Added helpers/ directory for build utilities and tools 🚀 Ready for TDD implementation and continuous validation
33 lines
1.3 KiB
Markdown
33 lines
1.3 KiB
Markdown
# Helpers & Utilities
|
|
|
|
Outils et utilitaires partagés pour le développement Warfactory.
|
|
|
|
## Build & Development
|
|
- **CMake helpers** : Scripts pour configuration build multi-platform
|
|
- **Build scripts** : Automatisation compilation engines
|
|
- **Dependencies** : Gestion librairies externes (OpenGL, networking, etc.)
|
|
|
|
## Testing & Debug
|
|
- **Test utilities** : Helpers pour tests unitaires engines
|
|
- **Debug tools** : Profiling, monitoring performance
|
|
- **Mock engines** : Engines factices pour tests
|
|
|
|
## Data & Configuration
|
|
- **Config generators** : Scripts génération configurations
|
|
- **Data converters** : Outils conversion formats données
|
|
- **Migration scripts** : Scripts migration database/formats
|
|
|
|
## Engine Utilities
|
|
- **Communication helpers** : Utilities inter-engine communication
|
|
- **Redis helpers** : Wrappers Redis pour patterns communs
|
|
- **Performance monitoring** : Tools mesure performance engines
|
|
|
|
## Documentation
|
|
- **Doc generators** : Scripts génération documentation
|
|
- **Architecture validators** : Vérification cohérence architecture
|
|
- **Metrics calculators** : Calculs métriques projet
|
|
|
|
## Deployment
|
|
- **Docker configs** : Containerisation engines
|
|
- **CI/CD scripts** : Automation deployment
|
|
- **Environment setup** : Scripts setup dev environment |