summaryrefslogtreecommitdiff
path: root/src/drivers/test/test_example.cpp
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2022-11-09 13:33:50 +1100
committerjacqueline <me@jacqueline.id.au>2022-11-09 13:33:50 +1100
commitff30b27f0d042972b4777c43dbdfccb7641be0f2 (patch)
tree1c29eb810d52f4c556026d782947e733805a3d44 /src/drivers/test/test_example.cpp
parente389871d20232632c95fe17b523b672719008de7 (diff)
downloadtangara-fw-ff30b27f0d042972b4777c43dbdfccb7641be0f2.tar.gz
First test cases :)
Diffstat (limited to 'src/drivers/test/test_example.cpp')
-rw-r--r--src/drivers/test/test_example.cpp9
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 );
-}