MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013168 | CMake | CTest | public | 2012-04-25 10:12 | 2016-06-10 14:31 |
Reporter | Denis Shamonin | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0013168: Append an extra parameters when running tests | ||||
Description | Hi, It would be nice to append extra parameters when running single or multiple tests without modification to CMakeLists.txt For example some test: >ctest -C Release -I 49,49,1 -V -N 49: Test command: D:\itkResampleImageFilterBSplineTransformTest.exe "-in" "D:/image-256x256x256-3D.mha" "-inpar" "D:/BSplineDisplacements2-3D.txt" "-nooutput" "-i" "BSpline" "-rsm" "1.5" I would like to append extra option to this test, something like "-t" "0.5", without modification to CMakeLists.txt. Let the new possible call look like this: >ctest -C Release -I 49,49,1 -V -N -ADD "-t" "0.5" 49: Test command: D:\itkResampleImageFilterBSplineTransformTest.exe "-in" "D:/image-256x256x256-3D.mha" "-inpar" "D:/BSplineDisplacements2-3D.txt" "-nooutput" "-i" "BSpline" "-rsm" "1.5" "-t" "0.5" If that is already possible with ctest then correct me, but I think it is not. Thanks, Denis | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-04-25 10:12 | Denis Shamonin | New Issue | |||
2012-08-11 21:35 | David Cole | Status | new => backlog | ||
2012-08-11 21:35 | David Cole | Note Added: 0030413 | |||
2016-06-10 14:28 | Kitware Robot | Note Added: 0042034 | |||
2016-06-10 14:28 | Kitware Robot | Status | backlog => resolved | ||
2016-06-10 14:28 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|