ddavis2speedray / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

MakeAndRegisterTestInfo enhancment #252

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We're building an application that is intended to manage compiled gtest
tests files, in general, compiled for different operating systems. Thus the
application could not execute the test file to ask it for its test list.
Could you please add to the MakeAndRegisterTestInfo() const char*
registration, so that it will be possible to get the test list only by
reading the compiled gtest file?

Original issue reported on code.google.com by daniel...@gmail.com on 4 Feb 2010 at 12:27

GoogleCodeExporter commented 9 years ago
Unfortunately, it is not always possible to know the set of tests that will be 
executed at compile time. For some tests, such as value-parameterized tests, 
the test 
set is determined only at runtime.

Original comment by vladlosev on 4 Feb 2010 at 7:30