diff options
| author | jacqueline <me@jacqueline.id.au> | 2022-11-08 15:06:50 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2022-11-08 15:06:50 +1100 |
| commit | 5adcbe3e8107c4838c6cbb47e50be937b69a286c (patch) | |
| tree | 422528bd63485037aba980db2b67a45082dff00d /src | |
| parent | 9f572cb92738c2f6d435f47fef9bad7344bc6e09 (diff) | |
| download | tangara-fw-5adcbe3e8107c4838c6cbb47e50be937b69a286c.tar.gz | |
Add readme, fix ignore test
Diffstat (limited to 'src')
| -rw-r--r-- | src/drivers/test/test_example.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); } |
