mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
FiSHLiM: Support for CBC mode + more commands (#2347)
This commit is contained in:
17
plugins/fishlim/tests/meson.build
Normal file
17
plugins/fishlim/tests/meson.build
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user