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

@ -15,7 +15,7 @@
static const char TEST_FILE_NAME[] = "/tmp/fsfw-unittest-test.txt";
TEST_CASE("Command Executor", "[cmd-exec]") {
TEST_CASE("Command Executor", "[hal][linux]") {
// Check blocking mode first
CommandExecutor cmdExecutor(1024);
std::string cmd = "echo \"test\" >> " + std::string(TEST_FILE_NAME);