1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00
elinks/src/cookies/meson.build
2022-10-04 20:21:08 +02:00

7 lines
323 B
Meson

srcs += files('cookies.c', 'dialogs.c', 'path.c', 'parser.c')
executable('cookies-t', 'cookies-t.c', 'path.c', include_directories:['..'])
test_lib = environment({'TEST_LIB': meson.source_root()+'/test/libtest.sh'})
t = find_program('test-cookies-t')
test('cookies', t, env: test_lib, workdir: meson.current_source_dir())