summaryrefslogtreecommitdiff
path: root/tests/meson.build
blob: 49519a3433f6da99c119a0ab064cadf040d7f6a5 (plain)
1
2
3
4
5
6
7
8
t1 = executable(
  'openssl_get_subj_alt_dns',
  'openssl_get_subj_alt_dns.c',
  dependencies : [ssl_dep, crypto_dep],
)

test('get_subj_alt_dns', t1, workdir : meson.current_source_dir())