1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/cookies/meson.build

7 lines
322 B
Meson
Raw Normal View History

srcs += files('cookies.c', 'dialogs.c', 'path.c', 'parser.c')
2022-10-04 14:21:08 -04:00
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')
2022-10-05 08:41:58 -04:00
test('cookies', t, env: test_lib, workdir: meson.current_build_dir())