summaryrefslogtreecommitdiff
path: root/modules/posix_spawn_file_actions_addfchdir-tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/posix_spawn_file_actions_addfchdir-tests')
-rw-r--r--modules/posix_spawn_file_actions_addfchdir-tests7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/posix_spawn_file_actions_addfchdir-tests b/modules/posix_spawn_file_actions_addfchdir-tests
index 45f4230572..5f41961ab2 100644
--- a/modules/posix_spawn_file_actions_addfchdir-tests
+++ b/modules/posix_spawn_file_actions_addfchdir-tests
@@ -2,12 +2,16 @@ Files:
tests/test-posix_spawn_file_actions_addfchdir.c
tests/test-posix_spawn-fchdir.c
tests/signature.h
+tests/qemu.h
tests/macros.h
Depends-on:
posix_spawn_file_actions_init
+posix_spawn_file_actions_destroy
posix_spawnp-tests
+stdbool
findprog
+xvasprintf
configure.ac:
AC_EGREP_CPP([notposix], [[
@@ -17,7 +21,7 @@ AC_EGREP_CPP([notposix], [[
]],
[posix_spawn_ported=no],
[posix_spawn_ported=yes])
-AM_CONDITIONAL([POSIX_SPAWN_PORTED], [test $posix_spawn_ported = yes])
+gl_CONDITIONAL([POSIX_SPAWN_PORTED], [test $posix_spawn_ported = yes])
Makefile.am:
TESTS += test-posix_spawn_file_actions_addfchdir
@@ -26,4 +30,5 @@ check_PROGRAMS += test-posix_spawn_file_actions_addfchdir
if POSIX_SPAWN_PORTED
TESTS += test-posix_spawn-fchdir
check_PROGRAMS += test-posix_spawn-fchdir
+test_posix_spawn_fchdir_LDADD = $(LDADD) @LIBINTL@
endif

Return to:

Send suggestions and report system problems to the System administrator.