MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0014298 | CMake | CMake | public | 2013-07-17 05:14 | 2013-12-02 08:51 |
| Reporter | Mathieu Malaterre | ||||
| Assigned To | Brad King | ||||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | CMake 2.8.9 | ||||
| Target Version | CMake 2.8.12 | Fixed in Version | CMake 2.8.12 | ||
| Summary | 0014298: add_test and test with space | ||||
| Description | Please document that add_test does not deal with test name with spaces. Eg: get_filename_component(filename "${dcmfile}" NAME) add_test(NAME "my_app_${filename}" COMMAND ${EXECUTABLE_OUTPUT_PATH}/my_app "${dcmfile}" ) should really be: get_filename_component(filename "${dcmfile}" NAME) string(REPLACE " " "_" filename_nospace "${filename}") add_test(NAME "my_app_${filename_nospace}" COMMAND ${EXECUTABLE_OUTPUT_PATH}/my_app "${dcmfile}" ) | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2013-07-17 05:14 | Mathieu Malaterre | New Issue | |||
| 2013-07-17 08:16 | Brad King | Note Added: 0033563 | |||
| 2013-07-17 08:16 | Brad King | Assigned To | => Brad King | ||
| 2013-07-17 08:16 | Brad King | Status | new => resolved | ||
| 2013-07-17 08:16 | Brad King | Resolution | open => fixed | ||
| 2013-07-17 08:16 | Brad King | Fixed in Version | => CMake 2.8.12 | ||
| 2013-07-17 08:16 | Brad King | Target Version | => CMake 2.8.12 | ||
| 2013-12-02 08:51 | Robert Maynard | Note Added: 0034649 | |||
| 2013-12-02 08:51 | Robert Maynard | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||