mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[test] added libdomdeps
This commit is contained in:
parent
240ce8a91d
commit
9d5a827a68
@ -1,12 +1,12 @@
|
||||
idna_dep = dependency('libidn2')
|
||||
|
||||
uri_test_files = files('uri-test.c', 'stub.c', meson.current_source_dir()+'/../protocol.c', meson.current_source_dir()+'/../uri.c')
|
||||
uri_test_files = files('uri-test.c', 'stub.c', meson.current_source_dir() / '../protocol.c', meson.current_source_dir() / '../uri.c')
|
||||
|
||||
exe = executable('uri-test', uri_test_files,
|
||||
testdeps, dependencies: [iconvdeps, idna_dep, mozjsdeps, wattdeps],
|
||||
testdeps, dependencies: [iconvdeps, idna_dep, libdomdeps, mozjsdeps, wattdeps],
|
||||
c_args:['-DHAVE_CONFIG_H'], cpp_args:['-DHAVE_CONFIG_H'], include_directories:['.', '..', '../..', '../../..', '../../../..'])
|
||||
t = find_program('test-normalize-uri')
|
||||
test_lib = environment({'TEST_LIB':meson.source_root()+'/test/libtest.sh'})
|
||||
test_lib = environment({'TEST_LIB':meson.source_root() / 'test/libtest.sh'})
|
||||
test('normalize-uri', t, depends:[exe], env:test_lib, workdir:meson.current_build_dir())
|
||||
|
||||
t2 = find_program('test-get-translated-uri')
|
||||
|
Loading…
Reference in New Issue
Block a user