summaryrefslogtreecommitdiffstats
path: root/src/test.h
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2011-03-06 01:36:11 (GMT)
committerEvan Martin <martine@danga.com>2011-03-06 01:36:11 (GMT)
commit2f3e5669826574b5e42d2118e539f559977a5ec8 (patch)
tree6199d8b973f16e075f6b389fc68ec6e21c62f7c4 /src/test.h
parentdcf96a4d9c07d5c49d050ebd055c9e2db6836fc1 (diff)
downloadNinja-2f3e5669826574b5e42d2118e539f559977a5ec8.zip
Ninja-2f3e5669826574b5e42d2118e539f559977a5ec8.tar.gz
Ninja-2f3e5669826574b5e42d2118e539f559977a5ec8.tar.bz2
move test support into test.*
Diffstat (limited to 'src/test.h')
-rw-r--r--src/test.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/test.h b/src/test.h
index bc8dfcc..646d8f3 100644
--- a/src/test.h
+++ b/src/test.h
@@ -14,9 +14,12 @@
#include <gtest/gtest.h>
-#include "graph.h"
#include "ninja.h"
+// Support utilites for tests.
+
+struct Node;
+
struct StateTestWithBuiltinRules : public testing::Test {
StateTestWithBuiltinRules();
Node* GetNode(const string& path);