1
0
forked from Alepha/Alepha

More progress on the testing front.

This commit is contained in:
2023-10-12 18:57:40 -04:00
parent 7bafa453da
commit a8433d13e3
7 changed files with 58 additions and 2 deletions

View File

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