Add readme, fix ignore test

This commit is contained in:
jacqueline
2022-11-08 15:06:50 +11:00
parent 9f572cb927
commit 5adcbe3e81
2 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -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 );
}