1Files: 2tests/test-vasprintf-posix.c 3tests/minus-zero.h 4tests/infinity.h 5tests/nan.h 6tests/macros.h 7 8Depends-on: 9stdint 10float 11 12configure.ac: 13AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE]) 14 15Makefile.am: 16TESTS += test-vasprintf-posix 17check_PROGRAMS += test-vasprintf-posix 18 19