aboutsummaryrefslogtreecommitdiffstats
path: root/tests/yagetest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/yagetest.cpp')
-rw-r--r--tests/yagetest.cpp12
1 files changed, 5 insertions, 7 deletions
diff --git a/tests/yagetest.cpp b/tests/yagetest.cpp
index 2e961327..a599eba2 100644
--- a/tests/yagetest.cpp
+++ b/tests/yagetest.cpp
@@ -1,23 +1,21 @@
-/* ----------------------------------------------------------------------------
- * yagetest.cpp
+/** ---------------------------------------------------------------------------
+ * @file: yagetest.cpp
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
* MIT License, see LICENSE file for more details.
* ----------------------------------------------------------------------------
*/
-
-
-#include <yage/yage.h>
#include <gtest/gtest.h>
+#include <yage/yage.h>
TEST(YAGE, InitQuit)
{
try {
yage::init();
yage::quit();
- } catch(std::runtime_error e) {
-// ASSERT_TRUE(false);
+ } catch (std::runtime_error e) {
+ // ASSERT_TRUE(false);
}
}