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
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
. Wheretask1
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