Run Tests
Build and run the drem-soundscape test suite.
Steps
- •
Build the test target:
bashcmake --build /home/godinj/dev/drem-soundscape/build --target tests --config Debug
- •
Run tests using CTest:
bashcd /home/godinj/dev/drem-soundscape/build && ctest --output-on-failure
- •
Report results:
- •If all tests pass, report the count and confirm success
- •If any tests fail, show the full failure output and suggest fixes based on the error messages
If no test target exists
If the project doesn't have tests configured yet, say so and suggest adding a test target to CMakeLists.txt using JUCE's testing utilities or Catch2.