Cleaned up the tests for tser more and then removed cereal.

This commit is contained in:
Zed A. Shaw 2024-11-04 22:30:48 -05:00
parent bf57713416
commit b113b90257
3 changed files with 8 additions and 53 deletions

View file

@ -8,11 +8,10 @@ ftxui_screen = dependency('ftxui-screen')
ftxui_dom = dependency('ftxui-dom')
ftxui_component = dependency('ftxui-component')
sfml = dependency('sfml')
cereal = dependency('cereal')
dependencies = [catch2, fmt,
ftxui_screen, ftxui_dom, ftxui_component,
json, sfml, cereal]
json, sfml]
runtests = executable('runtests', [
'dbc.cpp',