1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

[tests] match-hostname-test

This commit is contained in:
Witold Filipczyk 2022-10-05 14:51:13 +02:00
parent 5d28a98a03
commit 0163dea440
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,2 @@
#INCLUDES += $(GNUTLS_CFLAGS) $(OPENSSL_CFLAGS) $(LIBGCRYPT_CFLAGS)
#SUBDIRS = test
srcs += files('match-hostname.c', 'ssl.c', 'socket.c')
subdir('test')

View File

@ -0,0 +1,2 @@
t = executable('match-hostname-test', 'match-hostname-test.c', meson.current_source_dir() + '/../match-hostname.c', testdeps, c_args:['-DHAVE_CONFIG_H'], include_directories:['.', '..', '../..', '../../..', '../../../..'])
test('match-hostname-test', t)