Skip to content

Commit

Permalink
[ADDCSTANDARD] Adds flags to choose test-cases generation and Struct-…
Browse files Browse the repository at this point in the history
…initialization
  • Loading branch information
fnchooft committed Dec 12, 2016
1 parent cd18d3c commit 29b38e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/gen.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ check_dependencies() {
show_help(){
echo "\t-v : verbose - Show more information during the generation process"
echo "\t-f : file - Header-filename to analyze"
echo "\t-c : cstandard - Generate C98 or C11 [C98*|C11] (influences Struct-initialization for testcases)"
echo "\t-c : cstandard - Generate C99,C11 or C14 [C99*|C11|C14] (influences Struct-initialization for testcases)"
echo "\t-i : include_paths - Pass include-paths with the -I-prefix"
exit 1;
}
Expand All @@ -45,7 +45,7 @@ verbose=0
class_filter=""
cast_filter=""
include_path=""
cstandard="C98"
cstandard="C99"

while getopts "h?vf:i:c:" opt; do
case "$opt" in
Expand Down

0 comments on commit 29b38e6

Please sign in to comment.