Added tests for baseX_2_10

This commit is contained in:
Leonetienne
2022-02-27 16:09:22 +01:00
parent a0a77f51fe
commit 88d78a472b
3 changed files with 76 additions and 1 deletions

View File

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