Well, it's kind of impressive the way all permutations are tested. I have some ideas for optimizations without losing tests, but I'll need some experiment some...
/ Martin Nilsson (Åskblod)
Previous text:
2003-01-22 22:33: Subject: Gmp testsuite
| Making verify in build/sunos-5.9-sun4m | ( cd modules && make testsuites ) | | /usr/ccs/bin/m4:-:/home/xenofarm/xenoclient/pike-7.4/buildtmp/Pike7.4-20030122-151319/src/modules/Gmp/testsuite.in:208 | pushed back more than 4096 chars | DOTEST(TRUE,mixed a() { return Gmp.mpz(1.0)<Gmp.mpz(2.0); })
Maybe it's time to do something about the explosive nature of the macro expansions in the Gmp testsuite? I'm pretty sure they generate far more tests than are actually useful anyway.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)