X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fxprintf-posix-tests;h=a8b2984cd78634b46058709f11c64683b813fadd;hb=644c40496cf7d5a705a73c9dd32b035fcecc2ab1;hp=b81932b6b4db64d0887d78efd9120cf509ca6616;hpb=8c5e6f236e3e1d15b0ddf4b2e7305d1e3a7fe77a;p=gnulib.git diff --git a/modules/xprintf-posix-tests b/modules/xprintf-posix-tests index b81932b6b..a8b2984cd 100644 --- a/modules/xprintf-posix-tests +++ b/modules/xprintf-posix-tests @@ -5,6 +5,8 @@ tests/test-xprintf-posix.c tests/test-fprintf-posix.h tests/test-printf-posix.h tests/test-printf-posix.output +tests/infinity.h +tests/macros.h Depends-on: stdint @@ -14,5 +16,6 @@ configure.ac: Makefile.am: TESTS += test-xprintf-posix.sh -TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' check_PROGRAMS += test-xfprintf-posix test-xprintf-posix +test_xfprintf_posix_LDADD = $(LDADD) @LIBINTL@ +test_xprintf_posix_LDADD = $(LDADD) @LIBINTL@