Clarified purpose and usage of generate_code.pl

Added comments to explain purpose and usage of generate_code.pl
This commit is contained in:
SimonB 2016-02-10 23:50:28 +00:00 committed by Simon Butcher
parent ef50c0da6e
commit 3ddf35526a

View file

@ -1,5 +1,12 @@
#!/usr/bin/env perl
# generate_code.pl
#
# Generates the test suite code given inputs of the test suite directory that
# contain the test suites, and the test suite file names for the test code and
# test data.
#
# Usage: generate_code.pl <suite dir> <code file> <data file> [main code file]
use strict;