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