aboutsummaryrefslogtreecommitdiffstats
path: root/tests/windowtest.cpp
diff options
context:
space:
mode:
authorTravisBot <>2017-09-21 23:52:57 +0000
committerTravisBot <>2017-09-21 23:52:57 +0000
commit43d8d9b5de8f269643c380d8d6c6c65d9224ad4a (patch)
treeb8a9546cb663081e4587f812fa49a228be9978e5 /tests/windowtest.cpp
parentad666428488d3c800ca18d877dad803bf18b8168 (diff)
downloadYAGE-43d8d9b5de8f269643c380d8d6c6c65d9224ad4a.tar.gz
YAGE-43d8d9b5de8f269643c380d8d6c6c65d9224ad4a.zip
Rebuilding documentation
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();
-}