diff options
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/src/meson.build b/src/meson.build index 6de4a884..5bbedd23 100644 --- a/src/meson.build +++ b/src/meson.build @@ -786,51 +786,39 @@ test('test_keyvalue', executable('test_keyvalue', test('test_mod_access', executable('test_mod_access', sources: [ 't/test_mod_access.c', - 'configfile-glue.c', 'buffer.c', 'array.c', 'data_integer.c', 'data_string.c', - 'http_header.c', - 'http_kv.c', 'log.c', - 'sock_addr.c', ], - dependencies: common_flags + libpcre + libunwind, + dependencies: common_flags + libunwind, build_by_default: false, )) test('test_mod_evhost', executable('test_mod_evhost', sources: [ 't/test_mod_evhost.c', - 'configfile-glue.c', 'buffer.c', 'array.c', 'data_integer.c', 'data_string.c', - 'http_header.c', - 'http_kv.c', 'log.c', - 'sock_addr.c', ], - dependencies: common_flags + libpcre + libunwind, + dependencies: common_flags + libunwind, build_by_default: false, )) test('test_mod_simple_vhost', executable('test_mod_simple_vhost', sources: [ 't/test_mod_simple_vhost.c', - 'configfile-glue.c', 'buffer.c', 'array.c', 'data_integer.c', 'data_string.c', - 'http_header.c', - 'http_kv.c', 'log.c', - 'sock_addr.c', ], - dependencies: common_flags + libpcre + libunwind, + dependencies: common_flags + libunwind, build_by_default: false, )) |