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