tdd_ai_workshop_cpp/run_tests.sh
2026-06-23 10:18:19 +02:00

5 lines
77 B
Bash
Executable File

#!/bin/bash
cd build
cmake .. && cmake --build . && test/VendingMachine_tst