Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belle-sip
Commits
d4925aab
Commit
d4925aab
authored
Feb 15, 2013
by
jehan
Browse files
fix compilation issue
parent
25d12900
Changes
1
Hide whitespace changes
Inline
Side-by-side
tester/belle_sip_tester.c
View file @
d4925aab
...
...
@@ -39,6 +39,9 @@ extern int belle_sip_dialog_test_suite();
extern
int
belle_sip_refresher_test_suite
();
extern
int
belle_sip_resolver_test_suite
();
#if HAVE_CU_CURSES
static
unsigned
char
curses
=
0
;
#endif
int
belle_sip_tester_run_tests
(
char
*
suite_name
,
char
*
test_name
)
{
/* initialize the CUnit test registry */
...
...
@@ -106,9 +109,7 @@ int main (int argc, char *argv[]) {
char
*
test_name
=
NULL
;
#endif
const
char
*
env_domain
=
getenv
(
"TEST_DOMAIN"
);
#if HAVE_CU_CURSES
unsigned
char
curses
=
0
;
#endif
if
(
env_domain
)
test_domain
=
env_domain
;
...
...
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