Renamed test function for library.

This commit is contained in:
Heiko Reese
2021-09-11 02:26:39 +02:00
parent bb67fe5ba2
commit 5a1bd58452
3 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,6 @@ shared_library('exim-encrypt-dlfunc', 'libexim-encrypt-dlfunc.c',
dependencies : [ sodium_deps ],
install: true)
simple_exim_test = find_program('simple_exim_test.sh')
simple_exim_test = find_program('test_libexim-encrypt-dlfunc.sh')
test('simple test', simple_exim_test)