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
499e8b0f
Commit
499e8b0f
authored
Aug 14, 2011
by
Markus Kauppila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up.
parent
7ebdc0e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
runner.c
test/test-automation/src/runner/runner.c
+0
-6
No files found.
test/test-automation/src/runner/runner.c
View file @
499e8b0f
...
@@ -1207,17 +1207,11 @@ ParseOptions(int argc, char *argv[])
...
@@ -1207,17 +1207,11 @@ ParseOptions(int argc, char *argv[])
exit
(
1
);
exit
(
1
);
}
}
// \todo User given string should be handled as a string
// representing a hex digit
//userExecKey = atoi(execKeyString);
int
ret
=
sscanf
(
execKeyString
,
"%llx"
,
&
userExecKey
);
int
ret
=
sscanf
(
execKeyString
,
"%llx"
,
&
userExecKey
);
if
(
ret
!=
1
)
{
if
(
ret
!=
1
)
{
fprintf
(
stderr
,
"Error: Failed to parse exec-key option"
);
fprintf
(
stderr
,
"Error: Failed to parse exec-key option"
);
exit
(
1
);
exit
(
1
);
}
}
printf
(
"%Lx"
,
userExecKey
);
}
}
else
if
(
SDL_strcmp
(
arg
,
"--test"
)
==
0
||
SDL_strcmp
(
arg
,
"-t"
)
==
0
)
{
else
if
(
SDL_strcmp
(
arg
,
"--test"
)
==
0
||
SDL_strcmp
(
arg
,
"-t"
)
==
0
)
{
only_selected_test
=
1
;
only_selected_test
=
1
;
...
...
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