Split out player tests.

This commit is contained in:
2021-10-14 23:27:50 -07:00
parent d62a18b66f
commit 422e017f2d
6 changed files with 255 additions and 223 deletions

View File

@ -8,14 +8,17 @@
#include "tests.h"
void setUp(void) {
}
void tearDown(void) {
}
int32_t main() {
return test_dealer_h();
return test_player_h();
// return (
// test_dealer_h() ||
// test_bet_h() ||
// test_card() ||
// test_poker()