Clarified purpose and usage of generate_code.pl
Added comments to explain purpose and usage of generate_code.pl
This commit is contained in:
parent
2bed20d670
commit
718548d5c9
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user