CTest can be run within the build folder using ctest -V
, is there an equally simple command to re-run all the tests outside of the build folder?
I am not asking about running it inside the build process. I would like to re-run all the tests somewhere else using the command line.
I naively tried:
ctest -V /opt/geophase/build/
UpdateCTestConfiguration from :Projects/research/openfoam/geophase/singularity/geophase/DartConfiguration.tcl
UpdateCTestConfiguration from :Projects/research/openfoam/geophase/singularity/geophase/DartConfiguration.tcl
Test project Projects/research/openfoam/geophase/singularity/geophase
Constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
No tests were found!!!
But if I run "ctest -V" in "/opt/geophase/build" all tests run.