Fixed test dir.
This commit is contained in:
10
test/poker/card.h
Normal file
10
test/poker/card.h
Normal 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 <poker/card.h>
|
||||
|
||||
int test_card();
|
Reference in New Issue
Block a user