blob: 56f32ce3717f90f8c3c8b46acb8ab6935669c383 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Files:
tests/test-cbrtf.c
tests/test-cbrt.h
tests/signature.h
tests/macros.h
tests/randomf.c
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-cbrtf
check_PROGRAMS += test-cbrtf
test_cbrtf_SOURCES = test-cbrtf.c randomf.c
test_cbrtf_LDADD = $(LDADD) @CBRTF_LIBM@
|