aboutsummaryrefslogtreecommitdiff
path: root/tests/gcfpeek.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gcfpeek.c')
-rw-r--r--tests/gcfpeek.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/gcfpeek.c b/tests/gcfpeek.c
index 8e71c62..3dbd12b 100644
--- a/tests/gcfpeek.c
+++ b/tests/gcfpeek.c
@@ -74,6 +74,10 @@ main(int argc, char **argv)
usage(progname, stderr, 1);
} else if (strncmp(arg, "-root=", 6) == 0)
root_path = arg + 6;
+ else if (strcmp(arg, "-strcat") == 0)
+ grecs_parser_options |= GRECS_OPTION_QUOTED_STRING_CONCAT;
+ else if (strcmp(arg, "-stradj") == 0)
+ grecs_parser_options |= GRECS_OPTION_ADJUST_STRING_LOCATIONS;
else if (strcmp(arg, "-h") == 0)
usage(progname, stdout, 0);
else if (arg[0] == '-')

Return to:

Send suggestions and report system problems to the System administrator.