Skip to content

Tests

Running tests

All tests are stored in the test/ subdirectory, which also contains a few small input files. We use GoogleTest as a testing framework.

Compile and execute the tests using

cd signed-heat-3d/test
mkdir build && cd build
cmake ..
make -j
bin/shm_test