At 07:22 PM 10/22/2002, Aaron Bannert wrote: >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.
As well as they did before... ... that is, not at all. We had a specific sublist of non-win32 modules that was just dropped when we filtered the makefile for win32. Bill