Add unittest for otp_peekNextHunk

This commit is contained in:
S.Hentges
2020-10-31 15:16:16 +01:00
parent ca293841e8
commit e495346d44
2 changed files with 48 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ INCLUDES := api .
UNITTEST_SOURCES := test/unittest/test_main.cpp \
test/unittest/shellmatta_opt/test_opt_findNextHunk.cpp \
test/unittest/shellmatta_opt/test_opt_peekNextHunk.cpp \
test/unittest/shellmatta_utils/test_utils_writeEcho.cpp \
test/unittest/shellmatta_utils/test_utils_shellItoa.cpp \
test/unittest/shellmatta_utils/test_utils_saveCursorPos.cpp \