mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/float-h: Renamed from modules/float. * modules/float-h-tests: Renamed from modules/float-tests. * modules/float-h-c++-tests: Renamed from modules/float-c++-tests. * tests/test-float-h.c: Renamed from tests/test-float.c. * tests/test-float-h-c++.cc: Renamed from tests/test-float-c++.cc. * tests/test-float-h-c++2.cc: Renamed from tests/test-float-c++2.cc. * doc/posix-headers/float.texi: Update. * modules/* (Depends-on): Update. * modules/float: New file.
19 lines
275 B
Plaintext
19 lines
275 B
Plaintext
Files:
|
|
tests/test-expl.c
|
|
tests/test-exp.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
tests/randoml.c
|
|
|
|
Depends-on:
|
|
fpucw
|
|
float-h
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-expl
|
|
check_PROGRAMS += test-expl
|
|
test_expl_SOURCES = test-expl.c randoml.c
|
|
test_expl_LDADD = $(LDADD) @EXPL_LIBM@
|