Added Base10_2_X wrapper, and tests

This commit is contained in:
Leonetienne
2022-02-27 17:08:57 +01:00
parent 932bd62477
commit eaa406c9e6
4 changed files with 99 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ add_executable(Test
Ord.cpp
StringDivision.cpp
BaseX_2_10.cpp
Base10_2_X.cpp
BaseX_2_Y.cpp
)