Files
pokemon-battle-engine/test_all.sh
cdemeyer-teachx 1c1e7f8d51 Google Tests
2025-08-14 10:19:03 +09:00

8 lines
152 B
Bash
Executable File

# Configure the project
cmake -B build -S .
# Build the project (includes tests)
cmake --build build
# Run all tests
cmake --build build --target test