Added tests for StringDivision, made it work with any base, and implemented BaseX_2_10

This commit is contained in:
Leonetienne
2022-02-27 15:49:09 +01:00
parent c174a95622
commit 5ff48cb710
4 changed files with 219 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ add_executable(Test
main.cpp
Ord.cpp
StringDivision.cpp
)
target_link_libraries(Test GeneralUtility)