Skip to content

Commit f305c07

Browse files
committed
Add more doc in rs_port.
1 parent 176a624 commit f305c07

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/ports/rs_port/CMakeLists.txt

+6
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,12 @@ endif()
158158
# -DOPTION_BUILD_PORTS_RS=ON -DOPTION_TEST_MEMORYCHECK ..
159159
#
160160
# You can also add loaders for this command so you can test with them.
161+
# Finally, build and run the tests:
162+
#
163+
# make -j8 rs_port
164+
# ctest -VV -R rs_port
165+
#
166+
# CTest will run the tests and show valgrind output if there is any error.
161167
if(OPTION_TEST_MEMORYCHECK AND NOT (OPTION_BUILD_ADDRESS_SANITIZER OR OPTION_BUILD_THREAD_SANITIZER))
162168
# Check if cargo-valgrind is installed
163169
execute_process(

0 commit comments

Comments
 (0)