⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 run_test_su

📁 Sofia SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification.
💻
字号:
#! /bin/shrc=0run=nofor SU_PORT in select kqueue devpoll epoll poll ; doexport SU_PORTegrep -i '^#define have_(sys_)?'$SU_PORT ../../config.h >/dev/null ||continuerun=yesif $VALGRIND ./test_su ; then    echo PASS: multithread test_su with $SU_PORTelse    echo FAIL: multithread test_su with $SU_PORT failed    rc=1fiif $VALGRIND ./test_su -s ; then    echo PASS: singlethread test_su with $SU_PORTelse    echo FAIL: singlethread test_su with $SU_PORT failed    rc=1fidonetest $run = no && exit 77exit $rc

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -