Added dummy testcases to integrate all source files into coverage meassurement
This commit is contained in:
13
test/unittest/shellmatta_history/test_appendHistoryByte.cpp
Normal file
13
test/unittest/shellmatta_history/test_appendHistoryByte.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "test/framework/catch.hpp"
|
||||
#include "src/shellmatta_history.c"
|
||||
#include <string.h>
|
||||
|
||||
TEST_CASE( "shellmatta_history dummy" ) {
|
||||
|
||||
shellmatta_instance_t inst;
|
||||
inst.inputCount = 0u;
|
||||
|
||||
//appendHistoryByte(&inst, 'a');
|
||||
|
||||
REQUIRE( inst.inputCount == 0u);
|
||||
}
|
Reference in New Issue
Block a user