[build] fix link of test_configfile.c

This commit is contained in:
Glenn Strauss 2017-11-03 23:34:49 -04:00
parent d6e184aca9
commit a9d1c46fb9
2 changed files with 2 additions and 0 deletions

View File

@ -656,6 +656,7 @@ add_executable(test_configfile
keyvalue.c
vector.c
log.c
sock_addr.c
)
add_test(NAME test_configfile COMMAND test_configfile)

View File

@ -696,6 +696,7 @@ test('test_configfile', executable('test_configfile',
'keyvalue.c',
'vector.c',
'log.c',
'sock_addr.c',
],
dependencies: common_flags + libpcre + libunwind,
build_by_default: false,