Split out player tests.

This commit is contained in:
2021-10-14 23:27:50 -07:00
parent d62a18b66f
commit 422e017f2d
6 changed files with 255 additions and 223 deletions

13
test/poker/player.h Normal file
View File

@ -0,0 +1,13 @@
/**
* 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/poker.h>
#include <poker/player.h>
int test_player_h();