Skip to content

Elson9/Chinese-Zodiac-Tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chinese Zodiac Tests

An automated testing solution validating the Chinese Zodiac code in C++.

Requirements

How to Use

Download this repository, and navigate to the /build directory in a terminal.

To run the tests:

./tst/Zodiac_tst

To run the Zodiac code:

./src/Zodiac_run

To recompile code and run tests automatically (such as when making changes to the tests):

cmake .. -DCMAKE_BUILD_TYPE=Debug -G "Unix Makefiles" && make all && ./tst/Zodiac_tst

Resources Used