Split out pot tests.

This commit is contained in:
2021-10-14 23:47:31 -07:00
parent 422e017f2d
commit 9cbf3df529
4 changed files with 145 additions and 87 deletions

View File

@ -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()
// );
}