1
0
forked from Alepha/Alepha

Tuplize args testing.

The code bit-rotted a bit.  Some internals of Alepha
changed, this impl of tuplize args being imported from a
near-dead laptop.
This commit is contained in:
2023-10-25 04:48:09 -04:00
parent 5908f8d126
commit 89dd3cc81c
4 changed files with 57 additions and 10 deletions

View File

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