summaryrefslogtreecommitdiff
path: root/modules/exp2f-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-03-08 20:25:41 +0100
committerBruno Haible <bruno@clisp.org>2012-03-09 02:15:36 +0100
commit7d52716d691e4cd4c01734f9a40d5e1d52301c2d (patch)
tree0e4337dfa6bb2756d5b2ab7853e040be29206e2c /modules/exp2f-tests
parentbff4a106924f9531c45661e5d163470e9faa521a (diff)
downloadgnulib-7d52716d691e4cd4c01734f9a40d5e1d52301c2d.tar.gz
Tests for module 'exp2f'.
* modules/exp2f-tests: New file. * tests/test-exp2f.c: New file.
Diffstat (limited to 'modules/exp2f-tests')
-rw-r--r--modules/exp2f-tests16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/exp2f-tests b/modules/exp2f-tests
new file mode 100644
index 0000000000..a1382e3331
--- /dev/null
+++ b/modules/exp2f-tests
@@ -0,0 +1,16 @@
+Files:
+tests/test-exp2f.c
+tests/test-exp2.h
+tests/signature.h
+tests/macros.h
+tests/randomf.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-exp2f
+check_PROGRAMS += test-exp2f
+test_exp2f_SOURCES = test-exp2f.c randomf.c
+test_exp2f_LDADD = $(LDADD) @EXP2F_LIBM@