Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
ad423ace
Commit
ad423ace
authored
Jul 03, 2011
by
Markus Kauppila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed the usage help.
parent
bd37c130
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
runner.c
test/test-automation/runner.c
+4
-3
No files found.
test/test-automation/runner.c
View file @
ad423ace
...
@@ -550,13 +550,14 @@ void
...
@@ -550,13 +550,14 @@ void
printUsage
()
{
printUsage
()
{
printf
(
"Usage: ./runner [--in-proc] [--suite SUITE] [--test TEST]
\n
"
);
printf
(
"Usage: ./runner [--in-proc] [--suite SUITE] [--test TEST]
\n
"
);
printf
(
" [--name-contains SUBSTR] [--show-tests
\n
"
);
printf
(
" [--name-contains SUBSTR] [--show-tests
\n
"
);
printf
(
" [--xml] [--xsl
] [--xsl STYLESHEET
] [--help]
\n
"
);
printf
(
" [--xml] [--xsl
[STYLESHEET]
] [--help]
\n
"
);
printf
(
"Options:
\n
"
);
printf
(
"Options:
\n
"
);
printf
(
" --in-proc Executes tests in-process
\n
"
);
printf
(
" --in-proc Executes tests in-process
\n
"
);
printf
(
" --show-tests Prints out all the executable tests
\n
"
);
printf
(
" --show-tests Prints out all the executable tests
\n
"
);
printf
(
" --xml Enables XML logger
\n
"
);
printf
(
" --xml Enables XML logger
\n
"
);
printf
(
" --xsl Adds default XSL stylesheet to XML test reports
\n
"
);
printf
(
" --xsl [STYLESHEET] Adds XSL stylesheet to the XML test reports for
\n
"
);
printf
(
" --xsl STYLESHEET Use the given file as XSL style sheet for XML
\n
"
);
printf
(
" browser viewing. Optionally uses the specified XSL
\n
"
);
printf
(
" file or URL instead of the default one
\n
"
);
printf
(
" -t --test TEST Executes only tests with given name
\n
"
);
printf
(
" -t --test TEST Executes only tests with given name
\n
"
);
printf
(
" -ts --name-contains SUBSTR Executes only tests that have given
\n
"
);
printf
(
" -ts --name-contains SUBSTR Executes only tests that have given
\n
"
);
printf
(
" substring in test name
\n
"
);
printf
(
" substring in test name
\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment