mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-07 04:53:37 -04:00
7 lines
322 B
Meson
7 lines
322 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_build_dir())
|