diff options
| author | jacqueline <me@jacqueline.id.au> | 2022-11-09 13:33:50 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2022-11-09 13:33:50 +1100 |
| commit | ff30b27f0d042972b4777c43dbdfccb7641be0f2 (patch) | |
| tree | 1c29eb810d52f4c556026d782947e733805a3d44 /src/drivers/test/test_example.cpp | |
| parent | e389871d20232632c95fe17b523b672719008de7 (diff) | |
| download | tangara-fw-ff30b27f0d042972b4777c43dbdfccb7641be0f2.tar.gz | |
First test cases :)
Diffstat (limited to 'src/drivers/test/test_example.cpp')
| -rw-r--r-- | src/drivers/test/test_example.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/drivers/test/test_example.cpp b/src/drivers/test/test_example.cpp deleted file mode 100644 index ef90cf8f..00000000 --- a/src/drivers/test/test_example.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#include "catch2/catch.hpp" - -TEST_CASE("Example test case", "[cooltag]") { - REQUIRE ( 1 == 1 ); -} - -TEST_CASE("test that doesn't run", "[cooltag][!mayfail]") { - REQUIRE ( 0 == 1 ); -} |
