executable('regtest', 'regtest.cpp',
  dependencies: [fmt])

executable('audiotest', 'audiotest.cpp',
  dependencies: dependencies)

executable('jsontest', 'jsontest.cpp',
  dependencies: dependencies)

executable('threadtest', 'threadtest.cpp',
  dependencies: dependencies)

executable('badref', 'badref.cpp',
  dependencies: dependencies)

#executable('corotest', [
#    'corotest.cpp'
#  ],
#  dependencies: dependencies,
#  cpp_args: '-fcoroutines')