|
@@ -57,8 +57,8 @@ bool cmCreateTestSourceList::InitialPass(std::vector<std::string> const& argsIn)
|
|
|
// Create the test driver file
|
|
// Create the test driver file
|
|
|
|
|
|
|
|
fout <<
|
|
fout <<
|
|
|
|
|
+ "#include <ctype.h>\n"
|
|
|
"#include <stdio.h>\n"
|
|
"#include <stdio.h>\n"
|
|
|
- "#include <stdlib.h>\n"
|
|
|
|
|
"#include <string.h>\n"
|
|
"#include <string.h>\n"
|
|
|
"\n"
|
|
"\n"
|
|
|
"// Forward declare test functions\n"
|
|
"// Forward declare test functions\n"
|