Date: Wed, 17 Jul 1996 08:34:44 -0400 Message-Id: <199607171234.IAA15913@delorie.com> From: DJ Delorie To: mschulter AT mach1 DOT mpu DOT com CC: djgpp AT delorie DOT com In-reply-to: <4shlbs$hpv@news.mpu.com> (mschulter@mach1.mpu.com) Subject: Re: Problem with tests > The FAQ discusses a problem compiling an Objective C file and mentions > a t16.bat, but I can't find this file either anywhere in the djgpp tree > or in the manifest for dj200tst.zip. The setup tutorial in djtut2_1.zip > does say to "run the batch file," but doesn't mention a path or filename. t16.bat is part of the V1 tests, not the V2 tests. The V2 tests (djtst200.zip) are designed to be used by library developers to debug the library and make sure that old bugs don't get re-introduced. We try to add a new test for each bug fixed and each new feature. They also serve as examples of how to use features. However, the build system may use software that is only available on my system. DJ