From 6b168421262adda71eed4cca137c34c1a9d6b981 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 7 Mar 2012 03:29:46 +0100 Subject: Tests for module 'exp2'. * modules/exp2-tests: New file. * tests/test-exp2.c: New file. * tests/test-exp2.h: New file. --- modules/exp2-tests | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 modules/exp2-tests (limited to 'modules/exp2-tests') 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@ -- cgit v1.2.1