Ticket #2454 (closed: fixed)
CMake FrameworkTests in Visual Studio regenerates all the test cpp's
Reported by: | Russell Taylor | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | major | Milestone: | Iteration 28 |
Component: | Infrastructure | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Whitty |
Description
...which means all the tests are recompiled every time. We're currently using msbuild on the Hudson build so this is really slowing things down.
The same target on linux does not show this behaviour (except for regenerating the python test .py files, which is virtually free).
It looks like this only started happening within the past week.
Change History
comment:2 Changed 10 years ago by Russell Taylor
The change to FindCxxTest.cmake in [9450] is somehow responsible for this.
comment:4 Changed 10 years ago by Russell Taylor
- Status changed from accepted to verify
- Resolution set to fixed
comment:5 Changed 9 years ago by Michael Whitty
- Status changed from verify to verifying
- Tester set to Michael Whitty
Note: See
TracTickets for help on using
tickets.
It doesn't behave like this with nmake/jom either, though previously we'd found that to be slower than msbuild.