From 3568fe60279ba80ee4bbde37714c8f8a62f12e13 Mon Sep 17 00:00:00 2001 From: shiqian Date: Mon, 30 Jun 2008 19:07:14 +0000 Subject: [PATCH] Created wiki page through web user interface. --- wiki/GoogleTestDevGuide.wiki | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 wiki/GoogleTestDevGuide.wiki diff --git a/wiki/GoogleTestDevGuide.wiki b/wiki/GoogleTestDevGuide.wiki new file mode 100644 index 000000000..c6191af2e --- /dev/null +++ b/wiki/GoogleTestDevGuide.wiki @@ -0,0 +1,3 @@ +#Google C++ Testing Framework Development Guide + +Google C++ Testing Framework follows the coding style defined by the [http://code.google.com/p/google-styleguide/ google-styleguide] project. Please read the [http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml C++ Style Guide] there for details. \ No newline at end of file