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