1
0
forked from Alepha/Alepha

Add tests for string algorithms.

This commit is contained in:
2023-10-15 19:51:37 -04:00
parent f1f010fdb2
commit f0b514dccd
3 changed files with 49 additions and 0 deletions

View File

@ -27,6 +27,7 @@ add_subdirectory( AutoRAII.test )
add_subdirectory( comparisons.test )
add_subdirectory( Exception.test )
add_subdirectory( word_wrap.test )
add_subdirectory( string_algorithms.test )
# Sample applications
add_executable( example example.cc )