diff --git a/test/tests.c b/test/tests.c index d7eef589..67598416 100644 --- a/test/tests.c +++ b/test/tests.c @@ -10,7 +10,7 @@ int main() { return ( - !test_card() && - !test_poker2() - ); + test_card() || + test_poker2() + ) || 0; } \ No newline at end of file