ENH: Improve internal test handling by creating a test class. Command...
ENH: Improve internal test handling by creating a test class. Command cmEnableTesting now only sets CMAKE_TESTING_ENABLED and cmAddTest only adds a test to the list. The actual test files are written by local generator. This way we can at some point in the future replace DartTestfile with some XML file
Showing
- Source/CMakeLists.txt 2 additions, 0 deletionsSource/CMakeLists.txt
- Source/cmAddTestCommand.cxx 9 additions, 61 deletionsSource/cmAddTestCommand.cxx
- Source/cmAddTestCommand.h 1 addition, 7 deletionsSource/cmAddTestCommand.h
- Source/cmEnableTestingCommand.cxx 0 additions, 88 deletionsSource/cmEnableTestingCommand.cxx
- Source/cmEnableTestingCommand.h 0 additions, 8 deletionsSource/cmEnableTestingCommand.h
- Source/cmGlobalGenerator.cxx 1 addition, 0 deletionsSource/cmGlobalGenerator.cxx
- Source/cmLocalGenerator.cxx 83 additions, 2 deletionsSource/cmLocalGenerator.cxx
- Source/cmLocalGenerator.h 7 additions, 1 deletionSource/cmLocalGenerator.h
- Source/cmMakefile.cxx 46 additions, 0 deletionsSource/cmMakefile.cxx
- Source/cmMakefile.h 13 additions, 0 deletionsSource/cmMakefile.h
- Source/cmTest.cxx 51 additions, 0 deletionsSource/cmTest.cxx
- Source/cmTest.h 64 additions, 0 deletionsSource/cmTest.h
- bootstrap 1 addition, 0 deletionsbootstrap
Loading
Please register or sign in to comment