*printf: Fix for platforms where 'long double' == 'double'.
[gnulib.git] / modules / unistdio / u32-vsprintf-tests
index af1941e..37fdaab 100644 (file)
@@ -1,9 +1,11 @@
 Files:
 tests/unistdio/test-u32-vsprintf1.c
 tests/unistdio/test-u32-printf1.h
+tests/macros.h
 
 Depends-on:
 xalloc
+progname
 
 configure.ac:
 
@@ -11,4 +13,4 @@ Makefile.am:
 TESTS += test-u32-vsprintf1
 check_PROGRAMS += test-u32-vsprintf1
 test_u32_vsprintf1_SOURCES = unistdio/test-u32-vsprintf1.c
-test_u32_vsprintf1_LDADD = $(LDADD) @LIBICONV@
+test_u32_vsprintf1_LDADD = $(LDADD) $(LIBUNISTRING) @LIBINTL@ @LIBICONV@