mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[tests] match-hostname-test
This commit is contained in:
parent
5d28a98a03
commit
0163dea440
@ -1,4 +1,2 @@
|
||||
#INCLUDES += $(GNUTLS_CFLAGS) $(OPENSSL_CFLAGS) $(LIBGCRYPT_CFLAGS)
|
||||
|
||||
#SUBDIRS = test
|
||||
srcs += files('match-hostname.c', 'ssl.c', 'socket.c')
|
||||
subdir('test')
|
||||
|
2
src/network/ssl/test/meson.build
Normal file
2
src/network/ssl/test/meson.build
Normal 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)
|
Loading…
Reference in New Issue
Block a user