X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fposix_spawnp-tests;h=7c045800f93ccf471b349f4ac33d64ce34cc23b7;hb=ae40961634864dfb5dfb6683450e28c8f3339805;hp=f9dbe84ca09e7d628cd1ad66da45a311c432717a;hpb=0c6e0bc20e5f530f545bd6436f8118d7e6620514;p=gnulib.git diff --git a/modules/posix_spawnp-tests b/modules/posix_spawnp-tests index f9dbe84ca..7c045800f 100644 --- a/modules/posix_spawnp-tests +++ b/modules/posix_spawnp-tests @@ -1,6 +1,8 @@ Files: -tests/test-posix_spawn.c -tests/test-posix_spawn.in.sh +tests/test-posix_spawn1.c +tests/test-posix_spawn1.in.sh +tests/test-posix_spawn2.c +tests/test-posix_spawn2.in.sh Depends-on: posix_spawn_file_actions_init @@ -15,15 +17,22 @@ posix_spawnattr_destroy sigprocmask stdbool unistd +sys_wait configure.ac: Makefile.am: -TESTS += test-posix_spawn -check_PROGRAMS += test-posix_spawn +TESTS += test-posix_spawn1 test-posix_spawn2 +check_PROGRAMS += test-posix_spawn1 test-posix_spawn2 -BUILT_SOURCES += test-posix_spawn.sh -test-posix_spawn.sh: test-posix_spawn.in.sh - cp $(srcdir)/test-posix_spawn.in.sh $@-t +BUILT_SOURCES += test-posix_spawn1.sh +test-posix_spawn1.sh: test-posix_spawn1.in.sh + cp $(srcdir)/test-posix_spawn1.in.sh $@-t mv $@-t $@ -MOSTLYCLEANFILES += test-posix_spawn.sh test-posix_spawn.sh-t +MOSTLYCLEANFILES += test-posix_spawn1.sh test-posix_spawn1.sh-t + +BUILT_SOURCES += test-posix_spawn2.sh +test-posix_spawn2.sh: test-posix_spawn2.in.sh + cp $(srcdir)/test-posix_spawn2.in.sh $@-t + mv $@-t $@ +MOSTLYCLEANFILES += test-posix_spawn2.sh test-posix_spawn2.sh-t