From fb8197839c0bebc20fd68ee3f280da934c49c473 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 22 Dec 2017 21:16:02 +0000 Subject: Removing editor and refactoring code. --- tests/windowtest.cpp | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 tests/windowtest.cpp (limited to 'tests/windowtest.cpp') diff --git a/tests/windowtest.cpp b/tests/windowtest.cpp deleted file mode 100644 index 40b7e664..00000000 --- a/tests/windowtest.cpp +++ /dev/null @@ -1,21 +0,0 @@ -/** --------------------------------------------------------------------------- - * @file: windowtest.cpp - * - * Copyright (c) 2017 Yann Herklotz Grave - * MIT License, see LICENSE file for more details. - * ---------------------------------------------------------------------------- - */ - -#include -#include - -TEST(Window, Open) -{ - ASSERT_TRUE(true); -} - -int main(int argc, char **argv) -{ - testing::InitGoogleTest(&argc, argv); - return RUN_ALL_TESTS(); -} -- cgit