Add a make command for checking expected failures
This commit is contained in:
@@ -3,3 +3,8 @@
|
||||
TEST(tautologies, seven_eq_seven) {
|
||||
ASSERT_EQ(7, 7);
|
||||
}
|
||||
|
||||
TEST(tautologies, DISABLED_ObviousFailure)
|
||||
{
|
||||
FAIL() << "This is expected";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user