Rerunning all tests.
This commit is contained in:
@ -177,7 +177,7 @@ void test_pokerInRoundGetCount_should_ReturnCountOfPlayersInRound(void) {
|
||||
TEST_ASSERT_EQUAL_UINT8(0x00, pokerInRoundGetCount(&poker));
|
||||
}
|
||||
|
||||
int test_poker() {
|
||||
int test_poker_h() {
|
||||
UNITY_BEGIN();
|
||||
|
||||
RUN_TEST(test_pokerInit_should_InitializePokerGame);
|
||||
|
Reference in New Issue
Block a user