Split ctest into two three files
This commit is contained in:
parent
728d3da737
commit
72cde70ee8
@ -90,7 +90,7 @@ LINK_DIRECTORIES(${CMake_BINARY_DIR}/Source)
|
|||||||
|
|
||||||
ADD_EXECUTABLE(cmake cmakemain.cxx)
|
ADD_EXECUTABLE(cmake cmakemain.cxx)
|
||||||
ADD_EXECUTABLE(DumpDocumentation cmDumpDocumentation)
|
ADD_EXECUTABLE(DumpDocumentation cmDumpDocumentation)
|
||||||
ADD_EXECUTABLE(ctest ctest.cxx)
|
ADD_EXECUTABLE(ctest ctest.cxx cmCTest.cxx)
|
||||||
|
|
||||||
IF (UNIX)
|
IF (UNIX)
|
||||||
TARGET_LINK_LIBRARIES(CMakeLib ${CMAKE_DL_LIBS})
|
TARGET_LINK_LIBRARIES(CMakeLib ${CMAKE_DL_LIBS})
|
||||||
|
1469
Source/cmCTest.cxx
Normal file
1469
Source/cmCTest.cxx
Normal file
File diff suppressed because it is too large
Load Diff
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#include "cmStandardIncludes.h"
|
#include "cmStandardIncludes.h"
|
||||||
|
|
||||||
class ctest
|
class cmCTest
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
@ -83,7 +83,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
* constructor
|
* constructor
|
||||||
*/
|
*/
|
||||||
ctest();
|
cmCTest();
|
||||||
|
|
||||||
bool m_UseIncludeRegExp;
|
bool m_UseIncludeRegExp;
|
||||||
std::string m_IncludeRegExp;
|
std::string m_IncludeRegExp;
|
1458
Source/ctest.cxx
1458
Source/ctest.cxx
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user