Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 801 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 801 Bytes

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