blob: 2b8a10de1ff26cc8e4955d9e88535361620d51d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Files:
tests/test-fabsf.c
tests/signature.h
tests/macros.h
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-fabsf
check_PROGRAMS += test-fabsf
test_fabsf_LDADD = $(LDADD) @FABSF_LIBM@
|