From 5adcbe3e8107c4838c6cbb47e50be937b69a286c Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 8 Nov 2022 15:06:50 +1100 Subject: Add readme, fix ignore test --- src/drivers/test/test_example.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers') diff --git a/src/drivers/test/test_example.cpp b/src/drivers/test/test_example.cpp index 34de41ed..ef90cf8f 100644 --- a/src/drivers/test/test_example.cpp +++ b/src/drivers/test/test_example.cpp @@ -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 ); } -- cgit v1.2.3