Split the bet tests out.
This commit is contained in:
10
test/tests.c
10
test/tests.c
@ -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()
|
||||
// );
|
||||
}
|
Reference in New Issue
Block a user