1
0
forked from Alepha/Alepha

Assertion facility.

This commit is contained in:
2023-11-10 23:18:07 -05:00
parent 0d66b5a135
commit 0728478f24
4 changed files with 36 additions and 0 deletions

View File

@ -32,6 +32,7 @@ add_subdirectory( word_wrap.test )
add_subdirectory( string_algorithms.test )
add_subdirectory( tuplize_args.test )
add_subdirectory( Thread.test )
add_subdirectory( assertion.test )
# Sample applications
add_executable( example example.cc )