Split out pot tests.
This commit is contained in:
@ -16,11 +16,12 @@ void tearDown(void) {
|
||||
}
|
||||
|
||||
int32_t main() {
|
||||
return test_player_h();
|
||||
return test_pot_h();
|
||||
// return (
|
||||
// test_player_h() ||
|
||||
// test_dealer_h() ||
|
||||
// test_bet_h() ||
|
||||
// test_card() ||
|
||||
// test_card_h() ||
|
||||
// test_poker()
|
||||
// );
|
||||
}
|
Reference in New Issue
Block a user