pkg-glib2.0/glib/tests/path-test-subdir/meson.build
2023-07-04 11:23:22 +02:00

6 lines
216 B
Meson

executable('spawn-test-helper', 'spawn-test-helper.c',
c_args : test_cargs,
dependencies : test_deps,
install_dir: join_paths(installed_tests_execdir, 'path-test-subdir'),
install: installed_tests_enabled,
)