mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[tests] parse-meta-refresh ok
This commit is contained in:
parent
bf227da993
commit
f468d07ce7
@ -880,6 +880,9 @@ configure_file(input : 'config2.h.in',
|
|||||||
output : 'config.h',
|
output : 'config.h',
|
||||||
configuration : conf_data)
|
configuration : conf_data)
|
||||||
|
|
||||||
|
testdeps = files('src/intl/charsets.c', 'src/intl/width.c', 'src/osdep/stub.c', 'src/util/conv.c', 'src/util/error.c', 'src/util/fastfind.c',
|
||||||
|
'src/util/file.c', 'src/util/hash.c', 'src/util/memory.c', 'src/util/string.c', 'src/util/time.c')
|
||||||
|
|
||||||
subdir('po')
|
subdir('po')
|
||||||
subdir('src')
|
subdir('src')
|
||||||
subdir('contrib')
|
subdir('contrib')
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
subdir('parser')
|
subdir('parser')
|
||||||
#test
|
subdir('test')
|
||||||
srcs += files('frames.c', 'iframes.c', 'parse-meta-refresh.c', 'parser.c', 'renderer.c', 'tables.c')
|
srcs += files('frames.c', 'iframes.c', 'parse-meta-refresh.c', 'parser.c', 'renderer.c', 'tables.c')
|
||||||
|
2
src/document/html/test/meson.build
Normal file
2
src/document/html/test/meson.build
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
t = executable('parse-meta-refresh-test', 'parse-meta-refresh-test.c', testdeps, meson.current_source_dir() + '/../parse-meta-refresh.c', c_args:['-DHAVE_CONFIG_H'], include_directories:['.', '..', '../..', '../../..', '../../../..'])
|
||||||
|
test('parse-meta-refresh', t)
|
Loading…
Reference in New Issue
Block a user