aboutsummaryrefslogtreecommitdiffstats
path: root/test/yagetest.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-08-24 01:47:33 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-08-24 01:47:33 +0100
commitfc42f18705072928c0aff12cb6fcbc69e61239b6 (patch)
tree67854282652472268d5b6e61aa90df43d9292806 /test/yagetest.cpp
parentf9cc383fc697a884413bda65d75e0e13dfcf3cbb (diff)
downloadYAGE-fc42f18705072928c0aff12cb6fcbc69e61239b6.tar.gz
YAGE-fc42f18705072928c0aff12cb6fcbc69e61239b6.zip
Even more clang formatting and clang tidy fixing.
Diffstat (limited to 'test/yagetest.cpp')
-rw-r--r--test/yagetest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/yagetest.cpp b/test/yagetest.cpp
index 17ecf85a..39ef5072 100644
--- a/test/yagetest.cpp
+++ b/test/yagetest.cpp
@@ -12,7 +12,8 @@
TEST(YAGE, InitQuit)
{
- ASSERT_TRUE(true);
+ ASSERT_TRUE(yage::init());
+ yage::quit();
}
int main(int argc, char **argv)