From d5daab436e6cc6a52a1f1bc8f930dccf2a77853f Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Wed, 17 Jan 2024 12:54:55 +0100 Subject: [PATCH] Update test compatiblity --- library.json | 1 + test/BB2B_Test.cc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 4f93efb..c7a0091 100644 --- a/library.json +++ b/library.json @@ -3,6 +3,7 @@ "version": "0.0", "build": { "srcDir": ".", + "srcFilter": "+<*> -", "flags": [ "-I .", "-I ./VectorAlgebra" diff --git a/test/BB2B_Test.cc b/test/BB2B_Test.cc index 742a213..53c338a 100644 --- a/test/BB2B_Test.cc +++ b/test/BB2B_Test.cc @@ -1,4 +1,4 @@ -// #if GTEST +#if GTEST // #include // not supported using Visual Studio 2022 compiler... @@ -412,4 +412,4 @@ TEST(BB2B, ObstacleBoth) { #pragma endregion } -// #endif +#endif