unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / roundf-tests
blob6638dc3ed8be90c6f7948c07ddc0af7988f0b296
1 Files:
2 tests/test-roundf1.c
3 tests/test-round2.c
4 tests/test-roundf2.c
5 tests/minus-zero.h
6 tests/infinity.h
7 tests/signature.h
8 tests/macros.h
10 Depends-on:
11 assert-h
12 ceilf
13 floorf
14 isnanf-nolibm
15 nan
16 stdbool
17 stdint
19 configure.ac:
21 Makefile.am:
22 TESTS += test-roundf1 test-roundf2
23 check_PROGRAMS += test-roundf1 test-roundf2
24 test_roundf1_LDADD = $(LDADD) @ROUNDF_LIBM@
25 test_roundf2_LDADD = $(LDADD) @ROUNDF_LIBM@