summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
new file mode 100644
index 0000000..20629a4
--- /dev/null
+++ b/tests/meson.build
@@ -0,0 +1,5 @@
+
+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())