posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / setlocale-null-tests
blobf794711e394058232bd393381fd15896140c58dd
1 Files:
2 tests/test-setlocale_null.c
3 tests/test-setlocale_null-mt-one.c
4 tests/test-setlocale_null-mt-all.c
6 Depends-on:
7 thread
8 nanosleep
10 configure.ac:
12 Makefile.am:
13 TESTS += \
14   test-setlocale_null \
15   test-setlocale_null-mt-one \
16   test-setlocale_null-mt-all
17 check_PROGRAMS += \
18   test-setlocale_null \
19   test-setlocale_null-mt-one \
20   test-setlocale_null-mt-all
21 test_setlocale_null_LDADD = $(LDADD) @LIB_SETLOCALE_NULL@
22 test_setlocale_null_mt_one_LDADD = $(LDADD) @LIB_SETLOCALE_NULL@ $(LIBMULTITHREAD) $(LIB_NANOSLEEP)
23 test_setlocale_null_mt_all_LDADD = $(LDADD) @LIB_SETLOCALE_NULL@ $(LIBMULTITHREAD) $(LIB_NANOSLEEP)