- #include "test/framework/catch.hpp"
- #include "src/shellmatta.c"
- #include "src/shellmatta_transport.c"
- #include "src/shellmatta_crc.c"
- #include <string.h>
- TEST_CASE( "shellmatta dummy" ) {
- shellmatta_instance_t inst;
-
- inst.inputCount = 0u;
-
- REQUIRE( inst.inputCount == 0u);
- }
|