fsfw/unittests/hal/testHostFilesystem.cpp
Robin Mueller aca8b53a59
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
start host FS impl
2022-08-10 17:03:23 +02:00

5 lines
163 B
C++

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