blob: 6a66922c56a1b82c64a0965fe49becb0847967f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Files:
tests/test-fabsf.c
tests/test-fabs.h
tests/signature.h
tests/minus-zero.h
tests/macros.h
tests/randomf.c
Depends-on:
signbit
configure.ac:
Makefile.am:
TESTS += test-fabsf
check_PROGRAMS += test-fabsf
test_fabsf_SOURCES = test-fabsf.c randomf.c
test_fabsf_LDADD = $(LDADD) @FABSF_LIBM@
|