From 51d8ccd37d4faa4a8f76ef6738b3c3fa08fd3bab Mon Sep 17 00:00:00 2001 From: Patrick Kappl Date: Mon, 12 Aug 2024 18:38:12 +0000 Subject: [PATCH] Fix includes of LfsWrapper test --- Tests/UnitTests/LfsWrapper.test.cpp | 3 --- iwyu.imp | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Tests/UnitTests/LfsWrapper.test.cpp b/Tests/UnitTests/LfsWrapper.test.cpp index f096b48f..68890359 100644 --- a/Tests/UnitTests/LfsWrapper.test.cpp +++ b/Tests/UnitTests/LfsWrapper.test.cpp @@ -6,12 +6,9 @@ #include -#include - TEST_CASE("LfsWrapper") { - CHECK(true); sts1cobcsw::fs::Initialize(); auto mountResult = sts1cobcsw::fs::Mount(); CHECK(not mountResult.has_error()); diff --git a/iwyu.imp b/iwyu.imp index b00bd743..828b1cc6 100644 --- a/iwyu.imp +++ b/iwyu.imp @@ -47,6 +47,7 @@ # Instead of all our .ipp files include the .hpp ones { include: ["\"Sts1CobcSw/Edu/Types.ipp\"", "private", "", "public"] }, { include: ["\"Sts1CobcSw/FileSystem/FileSystem.ipp\"", "private", "", "public"] }, + { include: ["\"Sts1CobcSw/FileSystem/LfsWrapper.ipp\"", "private", "", "public"] }, { include: ["\"Sts1CobcSw/Hal/GpioPin.ipp\"", "private", "", "public"] }, { include: ["\"Sts1CobcSw/Hal/Spi.ipp\"", "private", "", "public"] }, { include: ["\"Sts1CobcSw/Hal/Uart.ipp\"", "private", "", "public"] },