Unit tests for fitchfork practicals and assignments.
These tests are to be used as a guideline only and are not guaranteed to reflect the test cases used by fitchfork.
git clone https://github.com/egeldenhuys/black-fitch.git
cd black-fitch/assignment3
./configure.sh
to generate a makefile that points to the black-fitch tests directory- Copy the generated
black-fitch-makefile
into your project source directory - Run the tests from your source directory using
make -f black-fitch-makefile <target>
- See the
README.md
in the practical folder for prac specific targets
- See the
task<X>
- run tests for given taskpull
- Update black-fitch from GitHub and then updates the black-fitch-makefileupdate
- Update the Black Fitch makefile (usefull when developing tests)
A pull request will be opened for each practical before being merged into master. The PR will be used for reporting results as the tests are being developed.
If you find any problems with the test cases, please open a new issue.
Changes made to master will be tagged with a date and time. e.g 2017-02-14_21-30
.
This will be reflected in the changelog.