1
0
forked from fsfw/fsfw

start host FS impl

This commit is contained in:
2022-08-10 17:03:23 +02:00
parent 3df1161560
commit aca8b53a59
9 changed files with 252 additions and 31 deletions

View File

@ -0,0 +1,5 @@
#include <catch2/catch_test_macros.hpp>
#include "fsfw_hal/host/HostFilesystem.h"
TEST_CASE("Host Filesystem", "[hal][host]") { auto hostFs = HostFilesystem(); }