Files
firmware_thomas_the_tank_en…/components/logger/test/logger_test.c

8 lines
121 B
C

#include "unity.h"
#include "logger.h"
TEST_CASE("Add two numbers", "[logger]") {
TEST_ASSERT_EQUAL(3, add(1, 2));
}