added a test for term functions

This commit is contained in:
2025-01-29 14:46:08 -08:00
parent b3bee70aeb
commit 2a3a55c201
6 changed files with 44 additions and 8 deletions

View File

@@ -4,6 +4,7 @@ set( CMAKE_CXX_STANDARD_REQUIRED ON)
set( SOURCES
main.cpp
test_tart.cpp
test_term.cpp
)
add_executable(${PROJECT_NAME} ${SOURCES} )