aboutsummaryrefslogtreecommitdiffstats
path: root/tests/windowtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/windowtest.cpp')
-rw-r--r--tests/windowtest.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/windowtest.cpp b/tests/windowtest.cpp
deleted file mode 100644
index 464d4c68..00000000
--- a/tests/windowtest.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-/* ----------------------------------------------------------------------------
- * windowtest.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>
-
-TEST(Window, Open)
-{
- ASSERT_TRUE(true);
-}
-
-int main(int argc, char **argv)
-{
- testing::InitGoogleTest(&argc, argv);
- return RUN_ALL_TESTS();
-}