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