An automated testing solution validating the Chinese Zodiac code in C++.
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