Split turn tests out.

This commit is contained in:
2021-10-14 23:57:00 -07:00
parent 394b58720f
commit 09ffcf597c
5 changed files with 116 additions and 88 deletions

View File

@ -16,8 +16,9 @@ void tearDown(void) {
}
int32_t main() {
return test_pot_h();
return test_turn_h();
// return (
// test_pot_h() ||
// test_player_h() ||
// test_dealer_h() ||
// test_bet_h() ||