Mercurial > hg > octave-kai > gnulib-hg
diff modules/fmaf-tests @ 16041:cff43a01d7dc
Tests for module 'fmaf'.
* modules/fmaf-tests: New file.
* tests/test-fmaf1.c: New file.
* tests/test-fmaf2.c: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 06 Nov 2011 02:31:24 +0100 (2011-11-06) |
parents | |
children |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/modules/fmaf-tests @@ -0,0 +1,23 @@ +Files: +tests/test-fmaf1.c +tests/test-fma1.h +tests/test-fmaf2.c +tests/test-fma2.h +tests/infinity.h +tests/nan.h +tests/signature.h +tests/macros.h +lib/float+.h + +Depends-on: +float +isnanf-nolibm +ldexpf + +configure.ac: + +Makefile.am: +TESTS += test-fmaf1 test-fmaf2 +check_PROGRAMS += test-fmaf1 test-fmaf2 +test_fmaf1_LDADD = $(LDADD) @FMAF_LIBM@ +test_fmaf2_LDADD = $(LDADD) @FMAF_LIBM@ @LDEXPF_LIBM@