forked from Alepha/Alepha
Integrate the number printing functionality.
This might make writing some kinds of tests which need lots of string data easier (convert large numbers to larger strings). Merges branch 'number-print' Conflicts: Utility/CMakeLists.txt
This commit is contained in:
@ -3,3 +3,4 @@ target_sources( alepha PRIVATE
|
||||
)
|
||||
|
||||
add_subdirectory( derived_pointer_cast.test )
|
||||
add_subdirectory( print_number.test )
|
||||
|
||||
Reference in New Issue
Block a user