1
0
mirror of synced 2025-02-08 22:59:41 +01:00
jujube/test/meson.build
Stepland 9f9669e1aa Finally remove cereal
Introduce MappableKeys
2020-04-26 01:26:17 +02:00

10 lines
222 B
Meson

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