author | unC0Rr |
Fri, 22 Nov 2024 17:30:45 +0100 | |
branch | transitional_engine |
changeset 16042 | 14b83df1832b |
parent 16021 | 6a3dc15b78b9 |
permissions | -rw-r--r-- |
16021 | 1 |
corrosion_tests_add_test(rustflags "rustflags-cpp-exe") |
2 |
||
3 |
set_tests_properties("rustflags_run_rustflags-cpp-exe" PROPERTIES PASS_REGULAR_EXPRESSION |
|
4 |
"Hello, Cpp! I'm Rust!\r?\nHello, Cpp again! I'm Rust in (Debug|Release) mode again!\r?\nHello, Cpp again! I'm Rust again, third time the charm!\r?\n$" |
|
5 |
) |
|
6 |
||
7 |
corrosion_tests_add_test(cargo_config_rustflags "cargo_config_rustflags") |