egeldenhuys / black-fitch

[DEPRECATED] Black-box Unit Tests for Fitchfork practicals and assignments
GNU General Public License v3.0
8 stars 4 forks source link

Script to configure makefile for black-fitch tests #13

Closed egeldenhuys closed 8 years ago

egeldenhuys commented 8 years ago

When run script is run it generates a makefile with the name makefile_black-fitch, with the directory of black-fitch already configured.

This makefile can then be copied into the user source directory.

Tests can then be executed using makefile -f makefile_black-fitch task1. Where task1 will only execute up to task 1, task 2 will execute the targets for 1 and 2.

This way user does not need to have the black-fitch source close to their working directory