tools/corrosion/test/cargo_flags/CMakeLists.txt
author nemo
Mon, 10 Feb 2025 09:52:32 -0500
changeset 16088 cb472e3d0dd4
parent 16021 6a3dc15b78b9
permissions -rw-r--r--
fix arm build
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16021
6a3dc15b78b9 Add corrosion as a subdirectory, CMake fixes
unC0Rr
parents:
diff changeset
     1
corrosion_tests_add_test(cargo_flags "flags-exe")
6a3dc15b78b9 Add corrosion as a subdirectory, CMake fixes
unC0Rr
parents:
diff changeset
     2
6a3dc15b78b9 Add corrosion as a subdirectory, CMake fixes
unC0Rr
parents:
diff changeset
     3
set_tests_properties("cargo_flags_run_flags-exe" PROPERTIES PASS_REGULAR_EXPRESSION [[Hello, Cxx! I am Rust!]])