summaryrefslogtreecommitdiffstats
path: root/testing/gtest/mozilla/GTestRunner.h
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gtest/mozilla/GTestRunner.h')
-rw-r--r--testing/gtest/mozilla/GTestRunner.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/gtest/mozilla/GTestRunner.h b/testing/gtest/mozilla/GTestRunner.h
new file mode 100644
index 000000000..6c0af0cdb
--- /dev/null
+++ b/testing/gtest/mozilla/GTestRunner.h
@@ -0,0 +1,10 @@
+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
+ * * This Source Code Form is subject to the terms of the Mozilla Public
+ * * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+namespace mozilla {
+
+extern int (*RunGTest)();
+
+} // namespace mozilla