mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 12:13:57 +01:00
Fixed test numbering
This commit is contained in:
@ -17,7 +17,7 @@ shared_library('exim-encrypt-dlfunc', 'libexim-encrypt-dlfunc.c',
|
||||
install: true)
|
||||
|
||||
dlfunc_test = find_program('test_libexim-encrypt-dlfunc.sh')
|
||||
test('simple test', dlfunc_test, protocol: tap)
|
||||
test('libexim-encrypt-dlfunc', dlfunc_test, protocol: 'tap')
|
||||
|
||||
decrypt_secretbox_test = find_program('test_libexim-encrypt-dlfunc-decrypt-secretbox.sh')
|
||||
test('decrypt-secretbox', decrypt_secretbox_test)
|
||||
test('decrypt-secretbox', decrypt_secretbox_test, protocol: 'tap')
|
||||
Reference in New Issue
Block a user