1
0
mirror of synced 2025-02-02 20:37:25 +01:00
jujube/test/meson.build
2020-03-03 01:19:22 +01:00

14 lines
323 B
Meson

test_files = [
'cereal_specialize_enums.cpp',
'cereal_unordered_map.cpp',
'cereal_specialize_path.cpp'
]
foreach test_file : test_files
test_executable = executable(
test_file+'.out',
test_file,
include_directories : inc
)
test(test_file+' test', test_executable)
endforeach