aboutsummaryrefslogtreecommitdiffstats
path: root/test/yagetest.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-08-24 00:25:31 +0100
committerGitHub <noreply@github.com>2017-08-24 00:25:31 +0100
commita326354ea6fccf76665a4212bf14daeba0f52ec8 (patch)
tree18cd2deb0c30b38d8ca7c5305735d2323259e020 /test/yagetest.cpp
parent0a49874288f92c120d7e165550eb6dbbe1ef7307 (diff)
parent5403490b941f7c031bf1aafdb91b1098f69edbf2 (diff)
downloadYAGE-a326354ea6fccf76665a4212bf14daeba0f52ec8.tar.gz
YAGE-a326354ea6fccf76665a4212bf14daeba0f52ec8.zip
Merge pull request #3 from ymherklotz/developv0.1.0
Merge develop to master
Diffstat (limited to 'test/yagetest.cpp')
-rw-r--r--test/yagetest.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/test/yagetest.cpp b/test/yagetest.cpp
index 8ca6c83e..90d915a8 100644
--- a/test/yagetest.cpp
+++ b/test/yagetest.cpp
@@ -10,11 +10,10 @@
#include "yage.hpp"
-TEST(YAGE, InitQuit) {
- ASSERT_TRUE(true);
-}
+TEST(YAGE, InitQuit) { ASSERT_TRUE(true); }
-int main(int argc, char** argv) {
- testing::InitGoogleTest(&argc, argv);
- return RUN_ALL_TESTS();
+int main(int argc, char **argv)
+{
+ testing::InitGoogleTest(&argc, argv);
+ return RUN_ALL_TESTS();
}