|
|
|
@ -896,6 +896,7 @@ test('test_configfile', executable('test_configfile',
|
|
|
|
|
'vector.c', |
|
|
|
|
'log.c', |
|
|
|
|
'sock_addr.c', |
|
|
|
|
'ck.c', |
|
|
|
|
], |
|
|
|
|
dependencies: common_flags + libpcre + libunwind, |
|
|
|
|
build_by_default: false, |
|
|
|
@ -909,6 +910,7 @@ test('test_keyvalue', executable('test_keyvalue',
|
|
|
|
|
'base64.c', |
|
|
|
|
'array.c', |
|
|
|
|
'log.c', |
|
|
|
|
'ck.c', |
|
|
|
|
], |
|
|
|
|
dependencies: common_flags + libpcre + libunwind, |
|
|
|
|
build_by_default: false, |
|
|
|
@ -920,6 +922,7 @@ test('test_mod_access', executable('test_mod_access',
|
|
|
|
|
'buffer.c', |
|
|
|
|
'array.c', |
|
|
|
|
'log.c', |
|
|
|
|
'ck.c', |
|
|
|
|
], |
|
|
|
|
dependencies: common_flags + libunwind, |
|
|
|
|
build_by_default: false, |
|
|
|
@ -931,6 +934,7 @@ test('test_mod_evhost', executable('test_mod_evhost',
|
|
|
|
|
'buffer.c', |
|
|
|
|
'array.c', |
|
|
|
|
'log.c', |
|
|
|
|
'ck.c', |
|
|
|
|
], |
|
|
|
|
dependencies: common_flags + libunwind, |
|
|
|
|
build_by_default: false, |
|
|
|
@ -942,6 +946,7 @@ test('test_mod_simple_vhost', executable('test_mod_simple_vhost',
|
|
|
|
|
'buffer.c', |
|
|
|
|
'array.c', |
|
|
|
|
'log.c', |
|
|
|
|
'ck.c', |
|
|
|
|
], |
|
|
|
|
dependencies: common_flags + libunwind, |
|
|
|
|
build_by_default: false, |
|
|
|
@ -953,6 +958,7 @@ test('test_mod_userdir', executable('test_mod_userdir',
|
|
|
|
|
'buffer.c', |
|
|
|
|
'array.c', |
|
|
|
|
'log.c', |
|
|
|
|
'ck.c', |
|
|
|
|
], |
|
|
|
|
dependencies: common_flags + libunwind, |
|
|
|
|
build_by_default: false, |
|
|
|
@ -969,6 +975,7 @@ test('test_request', executable('test_request',
|
|
|
|
|
'http_kv.c', |
|
|
|
|
'log.c', |
|
|
|
|
'sock_addr.c', |
|
|
|
|
'ck.c', |
|
|
|
|
], |
|
|
|
|
dependencies: common_flags + libunwind, |
|
|
|
|
build_by_default: false, |
|
|
|
|