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
external
sofia-sip
Commits
68c639b4
Commit
68c639b4
authored
Feb 09, 2007
by
Martti Mela
Browse files
run_test_su_osx: added
darcs-hash:20070209150520-1b897-ca7d3ac425601fdef9538a5cf98335bfdf00cdb1.gz
parent
685aa56f
Changes
1
Hide whitespace changes
Inline
Side-by-side
libsofia-sip-ua/su/run_test_su_osx
0 → 100755
View file @
68c639b4
#! /bin/bash
rc
=
0
run
=
no
export
SU_PORT
=
CoreFoundation
if
$VALGRIND
./test_su_osx
;
then
echo
PASS: multithread test_su_osx with
$SU_PORT
else
echo
FAIL: multithread test_su_osx with
$SU_PORT
failed
rc
=
1
fi
if
$VALGRIND
./test_su_osx
-s
;
then
echo
PASS: singlethread test_su_osx with
$SU_PORT
else
echo
FAIL: singlethread test_su_osx with
$SU_PORT
failed
rc
=
1
fi
exit
$rc
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