More poker tests.

This commit is contained in:
2021-10-02 17:09:35 -07:00
parent b1bba6bf96
commit 54045ee8f1
3 changed files with 51 additions and 7 deletions

View File

@ -11,6 +11,6 @@
int main() {
return (
test_card() ||
test_poker2()
test_poker()
) || 0;
}