FTorch icon indicating copy to clipboard operation
FTorch copied to clipboard

Pass arguments to `ctest`?

Open joewallwork opened this issue 11 months ago • 1 comments

Whilst working on #239, I figured out how to pass unused arguments to ctest. (See 249_ctest-args.) This could be useful for, e.g., running specific tests from the run_test_suite script.

However, my version of ctest (from CMake 3.22.1) silently drops invalid arguments, which I don't think we want (see https://gitlab.kitware.com/cmake/cmake/-/issues/24227). This was fixed for a later version of CMake (see https://gitlab.kitware.com/cmake/cmake/-/merge_requests/9383), though.

joewallwork avatar Jan 24 '25 09:01 joewallwork