Sshann-wenadd pjsip
6232b369创建于 2023年7月25日历史提交
# Contributor: shann <swkec@isoftstone.com>
# Maintainer: shann <swkec@isoftstone.com>

source HPKBUILD > /dev/null 2>&1
logfile=${LYCIUM_THIRDPARTY_ROOT}/${pkgname}/${pkgname}_${ARCH}_${OHOS_SDK_VER}_test.log

openharmonycheck() {
    res=0
    cd $pkgname-$ARCH-build
    make selftest > ${logfile} 2>&1
    res=$?
    cd $OLDPWD

    return $res
}