-
- Downloads
ENH: Refactor generation of CTestTestfile content
This moves code which generates ADD_TEST and SET_TESTS_PROPERTIES calls into CTestTestfile.cmake files out of cmLocalGenerator and into a cmTestGenerator class. This will allow more advanced generation without cluttering cmLocalGenerator. The cmTestGenerator class derives from cmScriptGenerator to get support for per-configuration script generation (not yet enabled).
Showing
- Source/CMakeLists.txt 2 additions, 0 deletionsSource/CMakeLists.txt
- Source/cmAddTestCommand.cxx 10 additions, 1 deletionSource/cmAddTestCommand.cxx
- Source/cmLocalGenerator.cxx 22 additions, 70 deletionsSource/cmLocalGenerator.cxx
- Source/cmMakefile.cxx 8 additions, 8 deletionsSource/cmMakefile.cxx
- Source/cmMakefile.h 7 additions, 2 deletionsSource/cmMakefile.h
- Source/cmTestGenerator.cxx 126 additions, 0 deletionsSource/cmTestGenerator.cxx
- Source/cmTestGenerator.h 44 additions, 0 deletionsSource/cmTestGenerator.h
- bootstrap 1 addition, 0 deletionsbootstrap
Loading
Please register or sign in to comment