gnulib-tool.py: Filter out dependencies that cannot be found.
[gnulib.git] / modules / setlocale-null-tests
blobd92e2291339df1d285525ae8268f8f783dcb4209
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) @SETLOCALE_NULL_LIB@
22 test_setlocale_null_mt_one_LDADD = $(LDADD) @SETLOCALE_NULL_LIB@ $(LIBMULTITHREAD) $(NANOSLEEP_LIB)
23 test_setlocale_null_mt_all_LDADD = $(LDADD) @SETLOCALE_NULL_LIB@ $(LIBMULTITHREAD) $(NANOSLEEP_LIB)