From: Mark O'D. <mar...@lu...> - 2001-08-14 05:11:37
|
Hi John I've commited the current test setup for the dejagnu test suite in TCS/deja-testsuite, mostly it;s the dejagnu tcs.exp file that John wrote that parses the tcs database from flat files runs the tests adn compares the output. If nothing else it should what you can do with a good scriping language, (simulating tcs being a reasonably complex thing to do :-). Mind you in Johns hands, I think if he put his mind to it, he's capable of bending dos scripts round to doing it :-). What I've done is gone for a two step process, extract current files to flat files, (one step beyond the extract utlity) and then the run kit. Mostly it works on linux, and a fair chunk of it works on win32, I just need to get the compiler flags etc set correctly to be able to run the win32 compiled tests. It's all still experimental, and but it does look pretty promising. Cheers Mark |