From 96a54160831e19d7d30ac06d9f25895a2f26e259 Mon Sep 17 00:00:00 2001 From: Jannik Zander <59698@grundfos.com> Date: Mon, 16 Jul 2018 16:22:51 +0200 Subject: [PATCH] Check in windows --- folder1_test.cpp | 2 +- folder2/Source/CMakeLists.txt | 5 ----- folder2/Test/CMakeLists.txt | 5 ----- 3 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 folder2/Source/CMakeLists.txt delete mode 100644 folder2/Test/CMakeLists.txt diff --git a/folder1_test.cpp b/folder1_test.cpp index 68d7673..7b8f315 100644 --- a/folder1_test.cpp +++ b/folder1_test.cpp @@ -10,6 +10,6 @@ TEST(function1_test, compare1) TEST(function2_test, compare2) { - ASSERT_EQ(function2(), 2) << "Values are equal function2 == 2"; + ASSERT_EQ(function2(), 3) << "Values are equal function2 == 2"; } diff --git a/folder2/Source/CMakeLists.txt b/folder2/Source/CMakeLists.txt deleted file mode 100644 index b509ca4..0000000 --- a/folder2/Source/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -add_unit(TARGET folder2 - SRCS folder2.c - INCS . - DEPS folder1) - diff --git a/folder2/Test/CMakeLists.txt b/folder2/Test/CMakeLists.txt deleted file mode 100644 index a03731c..0000000 --- a/folder2/Test/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -add_unittest(TARGET folder2_test - SRCS folder2_test.cpp - INCS . - DEPS folder2) - -- 2.43.0