summaryrefslogtreecommitdiffstats
path: root/.ci/linux/run-tests.sh
blob: dc9e303cae473b0c4f19898952dfd1609494ef00 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash

set -evx

cmake -DBUILD_TESTS=ON -H. -Bbuild && cmake --build build

cd build && GTEST_COLOR=1 ctest --verbose