Split out pot tests.

This commit is contained in:
2021-10-14 23:47:31 -07:00
parent 422e017f2d
commit 9cbf3df529
4 changed files with 145 additions and 87 deletions

14
test/poker/pot.h Normal file
View File

@ -0,0 +1,14 @@
/**
* Copyright (c) 2021 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#pragma once
#include <unity.h>
#include <poker/pot.h>
#include <poker/poker.h>
#include <poker/bet.h>
int test_pot_h();