MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0015669 | CMake | Modules | public | 2015-07-29 08:07 | 2016-01-04 11:52 |
|
Reporter | Seppo Tomperi | |
Assigned To | Gregor Jasny | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | Apple Mac | OS | OS X | OS Version | 10.10.4 |
Product Version | | |
Target Version | CMake 3.4 | Fixed in Version | CMake 3.4 | |
|
Summary | 0015669: XCTest for iOS target has incorrect TEST_HOST |
Description | Path to executable in TEST_HOST is not correct when targeting iOS device. |
Steps To Reproduce | unzip iOSNavAppXCTest.zip
cd iOSNavAppXCTest
mkdir build
cd build
cmake -G Xcode ..
grep TEST_HOST NavApp3.xcodeproj/project.pbxproj
####
TEST_HOST variable has extra directory: "Contents/MacOS", which is not there. Executable is in NavApp3.app-directory.
If "Contents/MacOS" is edited away from project file then project works and XCTests can be run in simulator and on iPhone. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | iOSNavAppXCTest.zip (20,362) 2015-07-29 08:07 https://public.kitware.com/Bug/file/5493/iOSNavAppXCTest.zip |
|
Issue History |
Date Modified | Username | Field | Change |
2015-07-29 08:07 | Seppo Tomperi | New Issue | |
2015-07-29 08:07 | Seppo Tomperi | File Added: iOSNavAppXCTest.zip | |
2015-07-29 08:47 | Gregor Jasny | Assigned To | => Gregor Jasny |
2015-07-29 08:47 | Gregor Jasny | Status | new => assigned |
2015-07-29 09:28 | Gregor Jasny | Note Added: 0039185 | |
2015-08-19 15:49 | Gregor Jasny | Note Edited: 0039185 | bug_revision_view_page.php?bugnote_id=39185#r1871 |
2015-08-19 15:49 | Gregor Jasny | Note Added: 0039303 | |
2015-08-20 11:12 | Brad King | Note Added: 0039309 | |
2015-08-24 09:58 | Brad King | Note Added: 0039320 | |
2015-08-24 09:58 | Brad King | Status | assigned => resolved |
2015-08-24 09:58 | Brad King | Resolution | open => fixed |
2015-08-24 09:58 | Brad King | Fixed in Version | => CMake 3.4 |
2015-08-24 09:58 | Brad King | Target Version | => CMake 3.4 |
2016-01-04 11:52 | Robert Maynard | Note Added: 0040123 | |
2016-01-04 11:52 | Robert Maynard | Status | resolved => closed |
Notes |
|
(0039185)
|
Gregor Jasny
|
2015-07-29 09:28
(edited on: 2015-08-19 15:49) |
|
From a first short look $<TARGET_FILE:${testee}> is evaluating to the wrong location.
|
|
|
(0039303)
|
Gregor Jasny
|
2015-08-19 15:49
|
|
|
|
(0039309)
|
Brad King
|
2015-08-20 11:12
|
|
|
|
(0039320)
|
Brad King
|
2015-08-24 09:58
|
|
|
|
(0040123)
|
Robert Maynard
|
2016-01-04 11:52
|
|
Closing resolved issues that have not been updated in more than 4 months. |
|