Closed hulxv closed 9 months ago
Fixes #486
make test
ctest -VV -R <test-name>
./docker-compose.sh test &> output
OPTION_BUILD_ADDRESS_SANITIZER
./docker-compose.sh test-address-sanitizer &> output
OPTION_TEST_MEMORYCHECK
OPTION_BUILD_THREAD_SANITIZER
./docker-compose.sh test-thread-sanitizer &> output
Helgrind
make clang-format
If you are unclear about any of the above checks, have a look at our documentation here.
Description
Fixes #486
Type of change
Checklist:
make test
orctest -VV -R <test-name>
)../docker-compose.sh test &> output
and attached the output.OPTION_BUILD_ADDRESS_SANITIZER
or./docker-compose.sh test-address-sanitizer &> output
andOPTION_TEST_MEMORYCHECK
.OPTION_BUILD_THREAD_SANITIZER
or./docker-compose.sh test-thread-sanitizer &> output
.Helgrind
in case my code works with threading.make clang-format
in order to format my code and my code follows the style guidelines.If you are unclear about any of the above checks, have a look at our documentation here.