Unify test source files.

This commit is contained in:
2025-02-11 14:41:24 +03:00
parent b47244b5d1
commit d64370c925
2 changed files with 10 additions and 22 deletions

View File

@@ -72,4 +72,13 @@ 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();
}
}
// Test app entry point
void app_main(void)
{
// Run the Unity tests menu
unity_run_menu();
}