unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / posix_spawn_file_actions_addchdir-tests
blobd44b3f1e8265c8ea799ec4f5d6bb32c0c46fbdff
1 Files:
2 tests/test-posix_spawn_file_actions_addchdir.c
3 tests/test-posix_spawn-chdir.c
4 tests/signature.h
5 tests/macros.h
7 Depends-on:
8 posix_spawn_file_actions_init
9 posix_spawn_file_actions_destroy
10 posix_spawnp-tests
11 findprog
13 configure.ac:
15 Makefile.am:
16 TESTS += \
17   test-posix_spawn_file_actions_addchdir \
18   test-posix_spawn-chdir
19 check_PROGRAMS += \
20   test-posix_spawn_file_actions_addchdir \
21   test-posix_spawn-chdir
22 test_posix_spawn_chdir_LDADD = $(LDADD) @LIBINTL@