Fixed test dir.

This commit is contained in:
2021-10-01 21:30:54 -07:00
parent 625d13552e
commit 1587519049
8 changed files with 148 additions and 6 deletions

10
test/poker2/poker.h Normal file
View File

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