view modules/posix_spawn_file_actions_addchdir-tests @ 40179:6823a10c9418

Add script for determining the set of symbols to export from a library. * build-aux/declared.sh: New file, from GNU libunistring. * doc/lib-symbol-visibility.texi (Exported Symbols of Shared Libraries): Mention it.
author Bruno Haible <bruno@clisp.org>
date Sun, 03 Feb 2019 21:44:16 +0100
parents aa6d47aae153
children
line wrap: on
line source

Files:
tests/test-posix_spawn_file_actions_addchdir.c
tests/test-posix_spawn4.c
tests/signature.h
tests/macros.h

Depends-on:
posix_spawn_file_actions_init
posix_spawnp-tests

configure.ac:

Makefile.am:
TESTS += test-posix_spawn_file_actions_addchdir
check_PROGRAMS += test-posix_spawn_file_actions_addchdir

if POSIX_SPAWN_PORTED
TESTS += test-posix_spawn4
check_PROGRAMS += test-posix_spawn4
endif