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 2bed20d670
commit 718548d5c9

View file

@ -1,5 +1,12 @@
#!/usr/bin/env perl #!/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; use strict;