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