Split winner code.
This commit is contained in:
19
test/tests.c
19
test/tests.c
@ -16,13 +16,14 @@ void tearDown(void) {
|
||||
}
|
||||
|
||||
int32_t main() {
|
||||
return test_turn_h();
|
||||
// return (
|
||||
// test_pot_h() ||
|
||||
// test_player_h() ||
|
||||
// test_dealer_h() ||
|
||||
// test_bet_h() ||
|
||||
// test_card_h() ||
|
||||
// test_poker()
|
||||
// );
|
||||
return (
|
||||
test_bet_h() ||
|
||||
test_card_h() ||
|
||||
test_dealer_h() ||
|
||||
test_player_h() ||
|
||||
test_poker() ||
|
||||
test_pot_h() ||
|
||||
test_turn_h() ||
|
||||
test_winner_h()
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user