We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176a624 commit f305c07Copy full SHA for f305c07
source/ports/rs_port/CMakeLists.txt
@@ -158,6 +158,12 @@ endif()
158
# -DOPTION_BUILD_PORTS_RS=ON -DOPTION_TEST_MEMORYCHECK ..
159
#
160
# 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.
167
if(OPTION_TEST_MEMORYCHECK AND NOT (OPTION_BUILD_ADDRESS_SANITIZER OR OPTION_BUILD_THREAD_SANITIZER))
168
# Check if cargo-valgrind is installed
169
execute_process(
0 commit comments