Split out player tests.
This commit is contained in:
@ -8,14 +8,17 @@
|
||||
#include "tests.h"
|
||||
|
||||
void setUp(void) {
|
||||
|
||||
}
|
||||
|
||||
void tearDown(void) {
|
||||
|
||||
}
|
||||
|
||||
int32_t main() {
|
||||
return test_dealer_h();
|
||||
return test_player_h();
|
||||
// return (
|
||||
// test_dealer_h() ||
|
||||
// test_bet_h() ||
|
||||
// test_card() ||
|
||||
// test_poker()
|
||||
|
Reference in New Issue
Block a user