Add readme, fix ignore test
This commit is contained in:
@@ -4,6 +4,6 @@ TEST_CASE("Example test case", "[cooltag]") {
|
||||
REQUIRE ( 1 == 1 );
|
||||
}
|
||||
|
||||
TEST_CASE("test that doesn't run", "[cooltag][ignore]") {
|
||||
TEST_CASE("test that doesn't run", "[cooltag][!mayfail]") {
|
||||
REQUIRE ( 0 == 1 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user