On Tue, Oct 22, 2002 at 01:22:08PM -0400, Ryan Bloom wrote: > ... Previously, each test > program was it's own binary, and that caused a lot more work than was > needed. The new test suite is a single program, so just look at > Makefile.in, at the testall target. If you compile and link every file in > that target, you will have the new suite working.
Hmm... I haven't looked at the new test stuff, but I wonder how it's going to deal with the testshm* tests, since those tests depend on fork() and exec() to work. -aaron
