Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/action/vs200x/tests/vs2008_solution_tests.cpp')
-rw-r--r--src/action/vs200x/tests/vs2008_solution_tests.cpp60
1 files changed, 30 insertions, 30 deletions
diff --git a/src/action/vs200x/tests/vs2008_solution_tests.cpp b/src/action/vs200x/tests/vs2008_solution_tests.cpp
index aefb249..dd324c2 100644
--- a/src/action/vs200x/tests/vs2008_solution_tests.cpp
+++ b/src/action/vs200x/tests/vs2008_solution_tests.cpp
@@ -1,30 +1,30 @@
-/**
- * \file vs2008_solution_tests.cpp
- * \brief Automated tests for VS2008 solution processing.
- * \author Copyright (c) 2008 Jason Perkins and the Premake project
- */
-
-#include "premake.h"
-#include "action/tests/action_tests.h"
-extern "C" {
-#include "action/vs200x/vs200x_solution.h"
-}
-
-
-SUITE(action)
-{
- /**********************************************************************
- * Signature tests
- **********************************************************************/
-
- TEST_FIXTURE(FxAction, Vs2008_Signature_IsCorrect)
- {
- vs2008_solution_signature(sess, sln, strm);
- CHECK_EQUAL(
- "\357\273\277\r\n"
- "Microsoft Visual Studio Solution File, Format Version 10.00\r\n"
- "# Visual Studio 2008\r\n",
- buffer);
- }
-
-}
+/**
+ * \file vs2008_solution_tests.cpp
+ * \brief Automated tests for VS2008 solution processing.
+ * \author Copyright (c) 2008 Jason Perkins and the Premake project
+ */
+
+#include "premake.h"
+#include "action/tests/action_tests.h"
+extern "C" {
+#include "action/vs200x/vs200x_solution.h"
+}
+
+
+SUITE(action)
+{
+ /**********************************************************************
+ * Signature tests
+ **********************************************************************/
+
+ TEST_FIXTURE(FxAction, Vs2008_Signature_IsCorrect)
+ {
+ vs2008_solution_signature(sess, sln, strm);
+ CHECK_EQUAL(
+ "\357\273\277\r\n"
+ "Microsoft Visual Studio Solution File, Format Version 10.00\r\n"
+ "# Visual Studio 2008\r\n",
+ buffer);
+ }
+
+}