fix HPUX bugs
This commit is contained in:
parent
b18faffcf0
commit
54aeed9b4f
|
@ -57,6 +57,8 @@ public:
|
||||||
///! pass the -I argument down
|
///! pass the -I argument down
|
||||||
void SetTestsToRunInformation(const char*);
|
void SetTestsToRunInformation(const char*);
|
||||||
|
|
||||||
|
typedef std::vector<cmListFileArgument> tm_VectorOfListFileArgs;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
enum { // Memory checkers
|
enum { // Memory checkers
|
||||||
|
@ -151,7 +153,6 @@ private:
|
||||||
std::vector<cmStdString> &failed,
|
std::vector<cmStdString> &failed,
|
||||||
bool memcheck);
|
bool memcheck);
|
||||||
|
|
||||||
typedef std::vector<cmListFileArgument> tm_VectorOfListFileArgs;
|
|
||||||
struct cmCTestTestProperties
|
struct cmCTestTestProperties
|
||||||
{
|
{
|
||||||
cmStdString m_Name;
|
cmStdString m_Name;
|
||||||
|
|
Loading…
Reference in New Issue