Re: [Tinycc-devel] Testing Console Application with CreateProcess

2012-01-22 Thread Thomas Preud'homme
Le dimanche 22 janvier 2012 14:27:09, grischka a écrit : > gr...@nethere.com wrote: > > I'm writing a small app to do automated testing of a console application. > > It needs to repeatedly run the app with various options and handle when > > the app being tested crashes. I started with system(), mo

Re: [Tinycc-devel] Testing Console Application with CreateProcess

2012-01-22 Thread grischka
gr...@nethere.com wrote: I'm writing a small app to do automated testing of a console application. It needs to repeatedly run the app with various options and handle when the app being tested crashes. I started with system(), moved on to spawn() and have since been trying CreateProcess(). It star

[Tinycc-devel] Testing Console Application with CreateProcess

2012-01-11 Thread gregr
I'm writing a small app to do automated testing of a console application. It needs to repeatedly run the app with various options and handle when the app being tested crashes. I started with system(), moved on to spawn() and have since been trying CreateProcess(). It starts the app correctly but I