Changed test output to conform to the TAP protocol (https://testanything.org)

This commit is contained in:
Heiko Reese
2021-09-11 03:16:35 +02:00
parent 99ff9e359c
commit 649932c73c
2 changed files with 8 additions and 6 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)
test('simple test', dlfunc_test, protocol: tap)
decrypt_secretbox_test = find_program('test_libexim-encrypt-dlfunc-decrypt-secretbox.sh')
test('decrypt-secretbox', decrypt_secretbox_test)