1 2 3 4 5 6
#!/bin/bash cmake . -B build && make -C build && ctest --test-dir build --output-on-failure -T Test -T Coverage