From 7d52716d691e4cd4c01734f9a40d5e1d52301c2d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 8 Mar 2012 20:25:41 +0100 Subject: Tests for module 'exp2f'. * modules/exp2f-tests: New file. * tests/test-exp2f.c: New file. --- modules/exp2f-tests | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 modules/exp2f-tests (limited to 'modules/exp2f-tests') 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@ -- cgit v1.2.1