summaryrefslogtreecommitdiff
path: root/tests/devel
Commit message (Collapse)AuthorAgeFilesLines
* * tests/devel/try.c: Add testing of mpn_mul_2, and aKevin Ryde2001-04-031-36/+78
| | | | DATA_MULTIPLE_DIVISOR attribute.
* Add a note to the "Future" section.Kevin Ryde2001-03-081-0/+4
|
* Regenerate for:Kevin Ryde2001-03-081-3/+2
| | | | | | | | * configure.in (gmp.h, mp.h, demos/expr/expr-impl.h): Generate using AM_CONFIG_HEADER. (_LONG_LONG_LIMB, HAVE_MPFR): Change to AC_DEFINEs. * Makefile.am (EXTRA_DIST): Remove gmp-h.in and mp-h.in, now done automatically.
* * tests/devel/try.c (param_init): Fix reference functions for and_nKevin Ryde2001-03-081-2/+2
| | | | and nand_n.
* * tune/speed.c, tests/devel/try.c: Seed RANDS, not srandom etc.Kevin Ryde2001-03-081-7/+1
|
* * tests/devel/try.c (pointer_setup): Allow dst_size == SIZE_SIZE2 forKevin Ryde2001-03-051-0/+4
| | | | the benefit of mpn_tdiv_qr.
* RegenerateKevin Ryde2001-03-031-0/+1
|
* More of:Kevin Ryde2001-02-021-0/+2
| | | | | * tests/devel/try.c: Partial rewrite, new scheme of function types, allow result validation functions, add sqrtrem and jacobi testing.
* Regenerate.Kevin Ryde2001-02-021-0/+3
|
* * tests/devel/Makefile.am: Add a convenience rule for libtests.la.Kevin Ryde2001-02-021-0/+3
|
* Regenerate.Kevin Ryde2001-02-021-0/+1
|
* * tests/devel/try.c: Partial rewrite, new scheme of function types,Kevin Ryde2001-02-011-463/+1124
| | | | allow result validation functions, add sqrtrem and jacobi testing.
* Regenerate for:Kevin Ryde2001-01-241-0/+2
| | | | | | | * configure.in, mpn/Makeasm.am (ASMFLAGS_PIC): New substitution, allowing -DPIC to be suppressed on cygwin. (CFLAGS_PIC): New substitution, use it and $(CC) directly, rather than $(LIBTOOL), avoiding a problem with FreeBSD 2.2.8.
* * tests/devel/try.c: Remove mpn_mod_1_rshift testing.Kevin Ryde2001-01-081-6/+0
|
* Regenerate with swox automake, not latest cvs.Kevin Ryde2001-01-071-5/+0
|
* * mpn/tests/Makefile.am, mpn/tests/README: Move to tests/devel, update.Kevin Ryde2001-01-061-25/+6
| | | | (This checkin is the update.)
* Generated from tests/devel/Makefile.am.Kevin Ryde2001-01-061-0/+496
|
* * mpn/tests/Makefile.am, mpn/tests/README: Move to tests/devel, update.Kevin Ryde2001-01-061-7/+6
| | | | (This checkin is the update.)
* * tests/devel/try.c: Use libtests, define PROT_NONE if the systemKevin Ryde2001-01-061-53/+12
| | | | doesn't.
* * mpn/tests/Makefile.am,README: Move to tests/devel, update.Kevin Ryde2001-01-062-0/+74
| | | | (This checkin just the move.)
* * tests/devel: New directory.Kevin Ryde2001-01-0614-0/+4595
* mpn/tests/*.c: Move programs to tests/devel.