From 7f9cba1b38e3c8c9b4a3f24492dca26a2643df36 Mon Sep 17 00:00:00 2001 From: thevenyp Date: Tue, 3 Dec 2013 14:23:53 +0000 Subject: [tests/] Cosmetic changes. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/branches/benchs_tests@1361 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- tests/Makefile.am | 27 +++++++++++++-------------- tests/mpc-tests.h | 3 ++- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 6bb214b..be76659 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -28,13 +28,13 @@ AM_LDFLAGS = -no-install LOADLIBES=$(DEFS) -I$(top_srcdir)/src -I$(top_builddir) $(CPPFLAGS) \ $(CFLAGS) -L$(top_builddir)/tests/.libs -lmpc-tests -lmpc -lm $(LIBS) -TEMPLATED = tabs_tmpl tacos_tmpl tacosh_tmpl tadd_tmpl tadd_fr_tmpl \ +TEMPLATED = tabs_tmpl tacos_tmpl tacosh_tmpl tadd_fr_tmpl tadd_tmpl \ targ_tmpl tasin_tmpl tasinh_tmpl tatan_tmpl tatanh_tmpl tconj_tmpl \ tcos_tmpl tcosh_tmpl tdiv_tmpl tdiv_tmpl texp_tmpl tfma_tmpl \ - tfr_div_tmpl tfr_sub_tmpl tlog_tmpl tlog10_tmpl tneg_tmpl tnorm_tmpl \ - tmul_tmpl tmul_fr_tmpl tpow_tmpl tpow_fr_tmpl tpow_si_tmpl \ - tpow_ui_tmpl tpow_z_tmpl tproj_tmpl tsin_tmpl tsinh_tmpl tsub_tmpl \ - tsub_fr_tmpl ttan_tmpl ttanh_tmpl + tfr_div_tmpl tfr_sub_tmpl tlog10_tmpl tlog_tmpl tmul_fr_tmpl \ + tmul_tmpl tneg_tmpl tnorm_tmpl tpow_fr_tmpl tpow_si_tmpl tpow_tmpl \ + tpow_ui_tmpl tpow_z_tmpl tproj_tmpl tsin_tmpl tsinh_tmpl tsub_fr_tmpl \ + tsub_tmpl ttan_tmpl ttanh_tmpl check_PROGRAMS = tabs tacos tacosh tadd tadd_fr tadd_si tadd_ui targ \ tasin tasinh tatan tatanh tconj tcos tcosh tdiv tdiv_2si tdiv_2ui \ tdiv_fr tdiv_ui texp tfma tfr_div tfr_sub timag tio_str tlog tlog10 \ @@ -51,19 +51,18 @@ libmpc_tests_la_SOURCES=mpc-tests.h random.c tgeneric.c read_data.c \ rounding.c setprec_parameters.c tpl_gmp.c tpl_mpc.c tpl_mpfr.c \ tpl_native.c -DESCRIPTIONS = abs.dsc acos.dsc acosh.dsc asin.dsc asinh.dsc atan.dsc \ - atanh.dsc add.dsc add_fr.dsc add_si.dsc add_ui.dsc arg.dsc conj.dsc \ +DESCRIPTIONS = abs.dsc acos.dsc acosh.dsc add.dsc add_fr.dsc add_si.dsc \ + add_ui.dsc arg.dsc asin.dsc asinh.dsc atan.dsc atanh.dsc conj.dsc \ cos.dsc cosh.dsc div.dsc div_fr.dsc exp.dsc fma.dsc fr_div.dsc \ fr_sub.dsc log.dsc log10.dsc mul.dsc mul_fr.dsc neg.dsc norm.dsc \ pow.dsc pow_fr.dsc pow_si.dsc pow_ui.dsc pow_z.dsc proj.dsc sin.dsc \ sinh.dsc sub.dsc sub_fr.dsc tan.dsc tanh.dsc -DATA_SETS = abs.dat acos.dat acosh.dat asin.dat asinh.dat atan.dat \ - atanh.dat add.dat add_fr.dat arg.dat conj.dat cos.dat cosh.dat \ - div.dat div_fr.dat exp.dat fma.dat fr_div.dat fr_sub.dat \ - inp_str.dat log.dat log10.dat mul.dat mul_fr.dat neg.dat norm.dat \ - pow.dat pow_fr.dat pow_si.dat pow_ui.dat pow_z.dat proj.dat sin.dat \ - sinh.dat sqr.dat sqrt.dat strtoc.dat sub.dat sub_fr.dat tan.dat \ - tanh.dat +DATA_SETS = abs.dat acos.dat acosh.dat add.dat add_fr.dat arg.dat \ + asin.dat asinh.dat atan.dat atanh.dat conj.dat cos.dat cosh.dat \ + div.dat div_fr.dat exp.dat fma.dat fr_div.dat fr_sub.dat inp_str.dat \ + log.dat log10.dat mul.dat mul_fr.dat neg.dat norm.dat pow.dat \ + pow_fr.dat pow_si.dat pow_ui.dat pow_z.dat proj.dat sin.dat sinh.dat \ + sqr.dat sqrt.dat strtoc.dat sub.dat sub_fr.dat tan.dat tanh.dat EXTRA_DIST = data_check.tpl tgeneric.tpl $(DATA_SETS) $(DESCRIPTIONS) TESTS_ENVIRONMENT = $(VALGRIND) diff --git a/tests/mpc-tests.h b/tests/mpc-tests.h index 6464bc3..c1864de 100644 --- a/tests/mpc-tests.h +++ b/tests/mpc-tests.h @@ -104,7 +104,8 @@ extern gmp_randstate_t rands; extern void test_start (void); extern void test_end (void); -extern void test_default_random (mpc_ptr, mp_exp_t, mp_exp_t, unsigned int, unsigned int); +extern void test_default_random (mpc_ptr, mp_exp_t, mp_exp_t, + unsigned int, unsigned int); void test_random_mpfr (mpfr_ptr x, mpfr_exp_t emin, mpfr_exp_t emax, unsigned int negative_probability); -- cgit v1.2.1