posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / c-dtoastr-tests
blob687d7669bd02fb154fd0a06e5e821e43fb555a75
1 Files:
2 tests/test-c-dtoastr.c
3 tests/test-c-dtoastr.sh
4 m4/locale-fr.m4
5 tests/macros.h
7 Depends-on:
8 setlocale
9 snprintf
11 configure.ac:
12 gt_LOCALE_FR
14 Makefile.am:
15 TESTS += test-c-dtoastr.sh
16 TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@'
17 check_PROGRAMS += test-c-dtoastr
18 test_c_dtoastr_LDADD = $(LDADD) $(LIB_SETLOCALE)