Split the bet tests out.

This commit is contained in:
2021-10-14 22:40:33 -07:00
parent d79929762a
commit 466cb1e2b9
17 changed files with 266 additions and 301 deletions

View File

@ -8,8 +8,10 @@
#include "tests.h"
int32_t main() {
return (
test_card() ||
test_poker()
);
return test_bet_h();
// return (
// test_bet
// test_card() ||
// test_poker()
// );
}