mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-02 02:40:07 +02:00
For manual test coverage that would reproduce the bug fixed in !1902, copy /bin/true (or any other harmless executable) to /usr/bin/spawn-test-helper. Signed-off-by: Simon McVittie <smcv@collabora.com>
7 lines
216 B
Meson
7 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,
|
|
)
|