added unit tests for several util functions
This commit is contained in:
14
makefile
14
makefile
@@ -20,10 +20,16 @@ SOURCES := src/shellmatta.c \
|
||||
|
||||
INCLUDES := api .
|
||||
|
||||
TEST_SOURCES := test/test_main.cpp \
|
||||
test/shellmatta_utils/itoa.cpp \
|
||||
test/shellmatta_utils/clearInput.cpp \
|
||||
test/shellmatta_utils/insertChars.cpp
|
||||
TEST_SOURCES := test/test_main.cpp \
|
||||
test/shellmatta_utils/test_utils_writeEcho.cpp \
|
||||
test/shellmatta_utils/test_utils_shellItoa.cpp \
|
||||
test/shellmatta_utils/test_utils_saveCursorPos.cpp \
|
||||
test/shellmatta_utils/test_utils_restoreCursorPos.cpp \
|
||||
test/shellmatta_utils/test_utils_eraseLine.cpp \
|
||||
test/shellmatta_utils/test_utils_rewindCursor.cpp \
|
||||
test/shellmatta_utils/test_utils_forwardCursor.cpp \
|
||||
test/shellmatta_utils/test_utils_clearInput.cpp \
|
||||
test/shellmatta_utils/test_utils_insertChars.cpp
|
||||
|
||||
TEST_CPPOBJ := $(patsubst %.cpp,$(OBJ_DIR)%.o,$(TEST_SOURCES))
|
||||
|
||||
|
Reference in New Issue
Block a user