posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / thrd-tests
blobfdb660057595e82cf5fab7775fe588dbc51de5b9
1 Files:
2 tests/test-thrd_current.c
3 tests/test-thrd_create.c
4 tests/macros.h
6 Depends-on:
8 configure.ac:
10 Makefile.am:
11 TESTS += test-thrd_current test-thrd_create
12 check_PROGRAMS += test-thrd_current test-thrd_create
13 test_thrd_current_LDADD = $(LDADD) @LIBSTDTHREAD@
14 test_thrd_create_LDADD = $(LDADD) @LIBSTDTHREAD@