We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f8e6a commit fdabe9aCopy full SHA for fdabe9a
GTest/DeathTest.cpp
@@ -11,7 +11,7 @@ TEST(DeathTest, Check1) {
11
12
/*
13
g++ DeathTest.cpp -o test_exec -lgtest -lgmock -pthread &&
14
- time ./test_exec &&
+ time ./test_exec --test_filter=DeathTest.Check1 &&
15
rm test_exec
16
*/
17
int main(int argc, char *argv[]) {
0 commit comments