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/yagetest.cpp | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 test/yagetest.cpp (limited to 'test/yagetest.cpp') diff --git a/test/yagetest.cpp b/test/yagetest.cpp deleted file mode 100644 index 8d590b4a..00000000 --- a/test/yagetest.cpp +++ /dev/null @@ -1,23 +0,0 @@ -/* ---------------------------------------------------------------------------- - * yagetest.cpp - * - * Copyright (c) 2017 Yann Herklotz Grave -- MIT License - * See file LICENSE for more details - * ---------------------------------------------------------------------------- - */ - -#include - -#include - -TEST(YAGE, InitQuit) -{ - ASSERT_TRUE(yage::init()); - yage::quit(); -} - -int main(int argc, char **argv) -{ - testing::InitGoogleTest(&argc, argv); - return RUN_ALL_TESTS(); -} -- cgit