aboutsummaryrefslogtreecommitdiff
path: root/mons_math/run_tests
blob: 5a3b9ef2b93f4c4a2b00c2b98e3895e499681e9b (plain)
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