From 660996bd750dbb5fcdce85845ee6b260f3ed23eb Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 9 Sep 2017 06:18:53 +0100 Subject: Renaming test to tests --- test/windowtest.cpp | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 test/windowtest.cpp (limited to 'test/windowtest.cpp') diff --git a/test/windowtest.cpp b/test/windowtest.cpp deleted file mode 100644 index e6739720..00000000 --- a/test/windowtest.cpp +++ /dev/null @@ -1,21 +0,0 @@ -/* ---------------------------------------------------------------------------- - * 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