Closed viferga closed 4 days ago
Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change.
Fixes #(issue_no)
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
Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change.
Fixes #(issue_no)
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.