More poker tests.

This commit is contained in:
2021-10-02 17:09:35 -07:00
parent 1d56e068fa
commit 771ddc1091
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;
}