gazoni / googletest

Automatically exported from code.google.com/p/googletest
0 stars 0 forks source link

Write a POSIX script to test a release package in a remote system. #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We need a script to automate testing of a Google Test release package in a
remote system. It should:
* copy the package to the remote system
* log into the remote system, and there:
* unpack the package
* configure and build Google Test
* run the tests and collect the results
* delete the intermediate files
* report the results to the caller.

This will be very handy to test Google Test on different platforms. The
script should be POSIX compliant, to cover the wide range of platforms.

Original issue reported on code.google.com by vladlosev on 22 Dec 2008 at 8:31

GoogleCodeExporter commented 9 years ago
Releasing gtest is a rare event, and we have gotten better at it.  The last 
time I
did all the pre-release testing alone (for 1.4.0) with no problem, and it took 
only
half a day (for both gtest and gmock).  Therefore this is probably not worth 
it.  We
should focus more on real features at this time, and can revisit this issue 
later
when the priority changes.

Original comment by w...@google.com on 10 Dec 2009 at 6:15