diff options
author | Bruno Haible <bruno@clisp.org> | 2007-03-22 04:02:05 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2007-03-22 04:02:05 +0000 |
commit | f7596f4295deabc3d1c21d495bfa03dc2e958738 (patch) | |
tree | 59618ef48b9419e6664e174607007f718661e8ae /modules | |
parent | ffa7dae3061b0b0870da00f1f88d44e61cd4c3e2 (diff) | |
download | gnulib-f7596f4295deabc3d1c21d495bfa03dc2e958738.tar.gz |
Tests for module 'frexp'.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/frexp-tests | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/frexp-tests b/modules/frexp-tests new file mode 100644 index 0000000000..2f4abae7fc --- /dev/null +++ b/modules/frexp-tests @@ -0,0 +1,15 @@ +Files: +tests/test-frexp.c + +Depends-on: + +configure.ac: +AC_SUBST([FREXP_LIBM]) + +Makefile.am: +TESTS += test-frexp +check_PROGRAMS += test-frexp +test_frexp_LDADD = @FREXP_LIBM@ $(LDADD) + +License: +LGPL |