fix/134-testing-issues #27

Merged
ismail merged 12 commits from fix/134-testing-issues into dev 2025-07-07 13:31:28 +02:00
Showing only changes of commit 11786b7a06 - Show all commits

View File

@@ -74,22 +74,4 @@ TEST_CASE("Relay channels do not change state for invalid channel", "[relay_chn]
check_channels_state_unchanged();
relay_chn_flip_direction(relay_chn_count + 1); // Flip the direction
check_channels_state_unchanged();
}
void setUp(void)
{
// Run before each test
}
void tearDown(void)
{
// Run after each test
}
// Test app entry point
void app_main(void)
{
// Run the Unity tests menu
unity_run_menu();
}
}