summaryrefslogtreecommitdiff
path: root/src/drivers/test/test_example.cpp
diff options
context:
space:
mode:
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 );
-}