summaryrefslogtreecommitdiff
path: root/modules/exp2-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-03-07 03:29:46 +0100
committerBruno Haible <bruno@clisp.org>2012-03-09 02:15:34 +0100
commit6b168421262adda71eed4cca137c34c1a9d6b981 (patch)
tree37197a60e437f109069e46dc5f8b5a8ac8555ba4 /modules/exp2-tests
parent98d50dd6077362e1bc9d9bdeb4193051e611e677 (diff)
downloadgnulib-6b168421262adda71eed4cca137c34c1a9d6b981.tar.gz
Tests for module 'exp2'.
* modules/exp2-tests: New file. * tests/test-exp2.c: New file. * tests/test-exp2.h: New file.
Diffstat (limited to 'modules/exp2-tests')
-rw-r--r--modules/exp2-tests16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/exp2-tests b/modules/exp2-tests
new file mode 100644
index 0000000000..7023917744
--- /dev/null
+++ b/modules/exp2-tests
@@ -0,0 +1,16 @@
+Files:
+tests/test-exp2.c
+tests/test-exp2.h
+tests/signature.h
+tests/macros.h
+tests/randomd.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-exp2
+check_PROGRAMS += test-exp2
+test_exp2_SOURCES = test-exp2.c randomd.c
+test_exp2_LDADD = $(LDADD) @EXP2_LIBM@