Skip to content

Commit

Permalink
Add more doc in rs_port.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Dec 14, 2024
1 parent 176a624 commit f305c07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/ports/rs_port/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@ endif()
# -DOPTION_BUILD_PORTS_RS=ON -DOPTION_TEST_MEMORYCHECK ..
#
# You can also add loaders for this command so you can test with them.
# Finally, build and run the tests:
#
# make -j8 rs_port
# ctest -VV -R rs_port
#
# CTest will run the tests and show valgrind output if there is any error.
if(OPTION_TEST_MEMORYCHECK AND NOT (OPTION_BUILD_ADDRESS_SANITIZER OR OPTION_BUILD_THREAD_SANITIZER))
# Check if cargo-valgrind is installed
execute_process(
Expand Down

0 comments on commit f305c07

Please sign in to comment.