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

10 lines
222 B
Meson
Raw Normal View History

test_files = []
2020-02-19 00:51:26 +01:00
2020-02-19 17:32:56 +01:00
foreach test_file : test_files
test_executable = executable(
test_file+'.out',
test_file,
include_directories : inc
)
test(test_file+' test', test_executable)
endforeach