aboutsummaryrefslogtreecommitdiffstats
path: root/test/yagetest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/yagetest.cpp')
-rw-r--r--test/yagetest.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/test/yagetest.cpp b/test/yagetest.cpp
deleted file mode 100644
index 8d590b4a..00000000
--- a/test/yagetest.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-/* ----------------------------------------------------------------------------
- * yagetest.cpp
- *
- * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com> -- MIT License
- * See file LICENSE for more details
- * ----------------------------------------------------------------------------
- */
-
-#include <gtest/gtest.h>
-
-#include <YAGE/yage.h>
-
-TEST(YAGE, InitQuit)
-{
- ASSERT_TRUE(yage::init());
- yage::quit();
-}
-
-int main(int argc, char **argv)
-{
- testing::InitGoogleTest(&argc, argv);
- return RUN_ALL_TESTS();
-}