#!/bin/bash rm -fr build/* cmake -B build/ -G Ninja ninja -C build/ ctest --test-dir build