Conquer Chess
Chess and Starcraft combined
Loading...
Searching...
No Matches
Functions
test_game.cpp File Reference
#include "test_game.h"
#include "game.h"
#include "piece.h"
#include "piece_actions.h"
#include "lobby_options.h"
#include "game_options.h"
#include <cassert>
#include <sstream>
Include dependency graph for test_game.cpp:

Functions

void test_game ()
 OCLINT tests may be many.
 
void test_game_class ()
 Test the game class.
 
void test_game_functions ()
 Test individual functions.
 

Function Documentation

◆ test_game()

void test_game ( )

OCLINT tests may be many.

Test the game class and its free functions.

◆ test_game_class()

void test_game_class ( )

Test the game class.

◆ test_game_functions()

void test_game_functions ( )

Test individual functions.

Test the free functions that work on a game.