summaryrefslogtreecommitdiff
path: root/modules/exp2l-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-03-09 01:14:09 +0100
committerBruno Haible <bruno@clisp.org>2012-03-09 02:15:37 +0100
commitaf234b4cb9b96e36e9f22143bd435a8e7decd24f (patch)
tree661075ff0d1e469155348a5ed4d48dd83987b36d /modules/exp2l-tests
parent6be810275c790f43e4c155fef6b073d3c3a75a21 (diff)
downloadgnulib-af234b4cb9b96e36e9f22143bd435a8e7decd24f.tar.gz
Tests for module 'exp2l'.
* modules/exp2l-tests: New file. * tests/test-exp2l.c: New file.
Diffstat (limited to 'modules/exp2l-tests')
-rw-r--r--modules/exp2l-tests18
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/exp2l-tests b/modules/exp2l-tests
new file mode 100644
index 0000000000..3bda4b5772
--- /dev/null
+++ b/modules/exp2l-tests
@@ -0,0 +1,18 @@
+Files:
+tests/test-exp2l.c
+tests/test-exp2.h
+tests/signature.h
+tests/macros.h
+tests/randoml.c
+
+Depends-on:
+fpucw
+float
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-exp2l
+check_PROGRAMS += test-exp2l
+test_exp2l_SOURCES = test-exp2l.c randoml.c
+test_exp2l_LDADD = $(LDADD) @EXP2L_LIBM@