1
0
forked from fsfw/fsfw

finished creator unittests

This commit is contained in:
2022-07-18 16:18:04 +02:00
parent ddf38b65c3
commit 3d2af203f2
15 changed files with 47 additions and 26 deletions

View File

@ -1,9 +1,9 @@
#include <fsfw/power/DummyPowerSwitcher.h>
#include <fsfw/power/PowerSwitcher.h>
#include "mocks/PowerSwitcherMock.h"
#include <catch2/catch_test_macros.hpp>
#include "mocks/PowerSwitcherMock.h"
#include "objects/systemObjectList.h"
TEST_CASE("Power Switcher", "[power-switcher]") {