mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
18 lines
310 B
Meson
18 lines
310 B
Meson
|
|
subdir('old_version')
|
||
|
|
|
||
|
|
fishlim_test_sources = [
|
||
|
|
'tests.c',
|
||
|
|
'fake/keystore.c',
|
||
|
|
'../fish.c',
|
||
|
|
'../utils.c',
|
||
|
|
]
|
||
|
|
|
||
|
|
fishlim_tests = executable('fishlim_tests', fishlim_test_sources,
|
||
|
|
dependencies: [libgio_dep, libssl_dep],
|
||
|
|
link_with : fishlim_old_lib
|
||
|
|
)
|
||
|
|
|
||
|
|
test('Fishlim Tests', fishlim_tests,
|
||
|
|
timeout: 90
|
||
|
|
)
|