- This is Clare Macrae's fork of Arne Mertz's commandline-videostore-cpp exercise.
- The default branch in this fork is
starting-point
- For more information, and a link to the webinar recording, see the blog post JetBrains Clion Webinar: Code and Slides
- Original Java version of the workshop can be found at:
- Arne Mertz's original C++ version can be found at:
- gulrak's filesystem
- Catch2
- Approval Tests for C++
- fmt library
- C/C++ Coverage CLion Plugin
cd <cmake build directory>
APPROVAL_TESTS_USE_REPORTER=TextDiffReporter watch -c -n 1 "cmake --build . --parallel 4 && ctest . --output-on-failure -R MoreTests"