Gutting test code, going to be just doing it proeprly when the library upfornt api is done.

This commit is contained in:
2023-04-09 14:51:37 -04:00
parent 56d7aa1d72
commit f3b5e90ddc
9 changed files with 15 additions and 770 deletions

View File

@ -22,6 +22,6 @@ endif
# add_project_arguments('-E', language : ['c', 'cpp'])
# add_global_arguments( '-E', language : ['cpp'])
add_project_arguments('-Dgen_time', language : ['c', 'cpp'])
add_project_arguments('-Dgentime', language : ['c', 'cpp'])
executable( 'gencpp', sources, include_directories : includes )