summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index fccd779..c5f5f36 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -112,17 +112,6 @@ public:
void GenerateMakefile();
/**
- * Produce the output testfile. This produces a file in the build directory
- * called Testfile with a syntax similar to CMakeLists.txt. It contains
- * the SUBDIRS() and ADD_TEST() commands from the source CMakeLists.txt
- * file with CMake variables expanded. Only the subdirs and tests
- * within the valid control structures are replicated in Testfile
- * (i.e. SUBDIRS() and ADD_TEST() commands within IF() commands that are
- * not entered by CMake are not replicated in Testfile).
- */
- void GenerateTestfile();
-
- /**
* Print the object state to std::cout.
*/
void Print() const;
@@ -223,11 +212,6 @@ public:
void AddDefinition(const char* name, bool);
/**
- * Add a test to the build.
- */
- void AddTest(const std::vector<std::string> &args);
-
- /**
* Specify the name of the project for this build.
*/
void SetProjectName(const char*);
@@ -526,7 +510,6 @@ protected:
std::vector<std::string> m_Utilities;
std::vector<std::string> m_UtilityDirectories;
std::vector<std::string> m_ListFiles; // list of command files loaded
- std::vector<std::vector<std::string> > m_Tests; // list of tests and args
cmTarget::LinkLibraries m_LinkLibraries;