Fixed test numbering

This commit is contained in:
Heiko Reese
2021-09-11 11:41:12 +02:00
parent 649932c73c
commit 8845aaa653
3 changed files with 29 additions and 17 deletions

View File

@ -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')