aboutsummaryrefslogtreecommitdiffstats
path: root/testrunner.cc
diff options
context:
space:
mode:
Diffstat (limited to 'testrunner.cc')
-rw-r--r--testrunner.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/testrunner.cc b/testrunner.cc
index e4daaea..47a89aa 100644
--- a/testrunner.cc
+++ b/testrunner.cc
@@ -4,10 +4,11 @@
// based on pam_google_testrunner.cc
-#include <chromeos/test_helpers.h>
#include <gtest/gtest.h>
#include <glib-object.h>
+#include "chromeos/test_helpers.h"
+
int main(int argc, char** argv) {
::g_type_init();
SetUpTests(&argc, argv, true);