From cb23db34b8f7ce8fec4733cf40176305ad124dc4 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 18 May 2018 19:57:29 +0100 Subject: Renaming tests and improving travis file --- tests/window/test.cpp | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 tests/window/test.cpp (limited to 'tests/window/test.cpp') diff --git a/tests/window/test.cpp b/tests/window/test.cpp deleted file mode 100644 index d9402d49..00000000 --- a/tests/window/test.cpp +++ /dev/null @@ -1,21 +0,0 @@ -/** --------------------------------------------------------------------------- - * @file: test.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