Import Upstream version 2.72.4
This commit is contained in:
commit
4ef3ff9793
2003 changed files with 1332420 additions and 0 deletions
6
glib/tests/path-test-subdir/meson.build
Normal file
6
glib/tests/path-test-subdir/meson.build
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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,
|
||||
)
|
||||
7
glib/tests/path-test-subdir/spawn-test-helper.c
Normal file
7
glib/tests/path-test-subdir/spawn-test-helper.c
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main (void)
|
||||
{
|
||||
fprintf (stderr, "this is spawn-test-helper from path-test-subdir\n");
|
||||
return 5;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue