[project @ 1998-06-05 14:38:07 by simonm]
authorsimonm <unknown>
Fri, 5 Jun 1998 14:38:08 +0000 (14:38 +0000)
committersimonm <unknown>
Fri, 5 Jun 1998 14:38:08 +0000 (14:38 +0000)
commitfb716c88cdef841c5c6c3881f1d63637450b219d
tree8e73e9dd4137dfc03c9c24ed712f0aca319c1d26
parent2cb14ad4aee97ab6c59a73ccab805ce6753b3db5
[project @ 1998-06-05 14:38:07 by simonm]
Initial revision
18 files changed:
ghc/rts/gmp/mpz/tests/Makefile.in [new file with mode: 0644]
ghc/rts/gmp/mpz/tests/configure.in [new file with mode: 0644]
ghc/rts/gmp/mpz/tests/convert.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tests/dive.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tests/io-binary.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tests/io.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tests/logic.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tests/reuse.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tests/t-fdiv.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tests/t-fdiv_ui.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tests/t-gcd.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tests/t-gcd2.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tests/t-mul.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tests/t-powm.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tests/t-powm_ui.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tests/t-sqrtrem.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tests/t-tdiv.c [new file with mode: 0644]
ghc/rts/gmp/mpz/tests/t-tdiv_ui.c [new file with mode: 0644]