From 58a4c847e464b403c27011a41b30ba5dba8d2aa8 Mon Sep 17 00:00:00 2001 From: vegano1 Date: Fri, 12 Jan 2024 11:26:24 -0500 Subject: [PATCH] add dummy test --- hepa-uv/tests/test_leds.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hepa-uv/tests/test_leds.cpp diff --git a/hepa-uv/tests/test_leds.cpp b/hepa-uv/tests/test_leds.cpp new file mode 100644 index 000000000..eb0bdbabf --- /dev/null +++ b/hepa-uv/tests/test_leds.cpp @@ -0,0 +1,6 @@ +#include "catch2/catch.hpp" + +// Just a dummy test case for CI. +TEST_CASE("Holder Test Case") { + REQUIRE(true); +} \ No newline at end of file