ADD: added UtilFcuntion class and a test function
This commit is contained in:
@@ -47,7 +47,8 @@ add_library(SimCore STATIC
|
||||
include/SimCore/IdentifierMaker.hpp
|
||||
src/SimCore/IdentifierMaker.cpp
|
||||
|
||||
|
||||
include/SimCore/UtilFunctions.hpp
|
||||
src/SimCore/UtilFunctions.cpp
|
||||
|
||||
|
||||
)
|
||||
@@ -114,4 +115,8 @@ IF (${TEST_SIMCORE_LIBRARY})
|
||||
target_link_libraries(test_IdentifierList Catch2::Catch2 SimCore loguru)
|
||||
catch_discover_tests(test_IdentifierList)
|
||||
|
||||
add_executable(test_UtilFunctions tests/test_UtilFunctions.cpp)
|
||||
target_link_libraries(test_UtilFunctions Catch2::Catch2 SimCore loguru)
|
||||
catch_discover_tests(test_UtilFunctions)
|
||||
|
||||
ENDIF()
|
||||
|
||||
Reference in New Issue
Block a user