mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-03 23:15:32 +00:00
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
f51f088656
commit
26f9a7098a
|
@ -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 a new issue