From: Jannik Zander <59698@grundfos.com> Date: Mon, 16 Jul 2018 14:22:51 +0000 (+0200) Subject: Check in windows X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=96a54160831e19d7d30ac06d9f25895a2f26e259;p=meson-test.git Check in windows --- 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) -