Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'testsrunner/org.eclipse.cdt.testsrunner.gtest/plugin.properties')
-rw-r--r--testsrunner/org.eclipse.cdt.testsrunner.gtest/plugin.properties15
1 files changed, 15 insertions, 0 deletions
diff --git a/testsrunner/org.eclipse.cdt.testsrunner.gtest/plugin.properties b/testsrunner/org.eclipse.cdt.testsrunner.gtest/plugin.properties
new file mode 100644
index 00000000000..f96761da73b
--- /dev/null
+++ b/testsrunner/org.eclipse.cdt.testsrunner.gtest/plugin.properties
@@ -0,0 +1,15 @@
+###############################################################################
+# Copyright (c) 2011 Anton Gorenkov
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Anton Gorenkov - Initial implementation
+###############################################################################
+pluginName=C/C++ Development Tools Google Tests Runner Support
+providerName=Eclipse CDT
+
+GoogleTestsRunner.name=Google Tests Runner
+GoogleTestsRunner.description=Tests runner for a test module based on Google C++ Testing Framework

Back to the top