Skip to content

Commit

Permalink
Fix includes of LfsWrapper test
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKa committed Aug 12, 2024
1 parent 8c30128 commit 51d8ccd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions Tests/UnitTests/LfsWrapper.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@

#include <littlefs/lfs.h>

#include <Sts1CobcSw/FileSystem/LfsWrapper.ipp>


TEST_CASE("LfsWrapper")
{
CHECK(true);
sts1cobcsw::fs::Initialize();
auto mountResult = sts1cobcsw::fs::Mount();
CHECK(not mountResult.has_error());
Expand Down
1 change: 1 addition & 0 deletions iwyu.imp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
# Instead of all our .ipp files include the .hpp ones
{ include: ["\"Sts1CobcSw/Edu/Types.ipp\"", "private", "<Sts1CobcSw/Edu/Types.hpp>", "public"] },
{ include: ["\"Sts1CobcSw/FileSystem/FileSystem.ipp\"", "private", "<Sts1CobcSw/FileSystem/FileSystem.hpp>", "public"] },
{ include: ["\"Sts1CobcSw/FileSystem/LfsWrapper.ipp\"", "private", "<Sts1CobcSw/FileSystem/LfsWrapper.hpp>", "public"] },
{ include: ["\"Sts1CobcSw/Hal/GpioPin.ipp\"", "private", "<Sts1CobcSw/Hal/GpioPin.hpp>", "public"] },
{ include: ["\"Sts1CobcSw/Hal/Spi.ipp\"", "private", "<Sts1CobcSw/Hal/Spi.hpp>", "public"] },
{ include: ["\"Sts1CobcSw/Hal/Uart.ipp\"", "private", "<Sts1CobcSw/Hal/Uart.hpp>", "public"] },
Expand Down

0 comments on commit 51d8ccd

Please sign in to comment.