On Mon, May 3, 2010 at 12:37 PM, Vlad Losev
<vlad...@gmail.com> wrote:
Hi Ratko,
Can you post a short but complete program that exhibits the problem and the commands you used to compile it along with its output? We need that to understand your problem. Also, have you tried to build and run Google Test's own tests? Do gtest_unittest and gtest_filter_unittest fail on your machine?
The best way to run the tests currently is via CMake as autotools' 'make check' doesn't run gtest_filter_unittest. See CMakeLists.txt for info on how to build and run tests with CMake.
On Mon, May 3, 2010 at 6:05 AM, Ratko Kovacina
<rkov...@gmail.com> wrote:
Hi,
I am trying to run a subset of the TCs by using --gtest_filter but it does not seem to work for me when I am using '*'.
The message is always:
>mysample2_unittest: No match.
Even if I use just --gtest_filter=* the message is same.
I am running it in Linux.
It works only when I specify full name of a specific TC.
Is there something else I need to add/configure in order to be able to select a subset of TCs ?
Thanks in advance,
Ratko.
Regards,
Vlad