Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
mediastreamer2
Commits
85589399
Commit
85589399
authored
Jul 03, 2014
by
Guillaume BIENKOWSKI
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add #if around static functions
parent
dbe78c91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
tester/mediastreamer2_tester.c
tester/mediastreamer2_tester.c
+3
-0
No files found.
tester/mediastreamer2_tester.c
View file @
85589399
...
...
@@ -74,6 +74,8 @@ static int test_suite_index(const char *suite_name) {
return
-
1
;
}
#if HAVE_CU_GET_SUITE
static
void
list_suite_tests
(
const
char
*
suite_name
)
{
int
j
;
for
(
j
=
0
;
j
<
mediastreamer2_tester_nb_tests
(
suite_name
);
j
++
)
{
...
...
@@ -88,6 +90,7 @@ static void list_suites() {
fprintf
(
stdout
,
"%s
\n
"
,
suite_name
);
}
}
#endif
int
mediastreamer2_tester_nb_test_suites
(
void
)
{
return
nb_test_suites
;
...
...
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