Split out dealer tests.
This commit is contained in:
10
test/tests.c
10
test/tests.c
@ -7,10 +7,16 @@
|
||||
|
||||
#include "tests.h"
|
||||
|
||||
void setUp(void) {
|
||||
}
|
||||
|
||||
void tearDown(void) {
|
||||
}
|
||||
|
||||
int32_t main() {
|
||||
return test_bet_h();
|
||||
return test_dealer_h();
|
||||
// return (
|
||||
// test_bet
|
||||
// test_bet_h() ||
|
||||
// test_card() ||
|
||||
// test_poker()
|
||||
// );
|
||||
|
Reference in New Issue
Block a user