You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2018/12/07 02:54:41 UTC

[GitHub] githublaohu commented on issue #23: integration Googletest

githublaohu commented on issue #23: integration Googletest
URL: https://github.com/apache/rocketmq-client-cpp/pull/23#issuecomment-445105767
 
 
   
   
       
   
   
   
       font{
           line-height: 1.6;
       }
       ul,ol{
           padding-left: 20px;
           list-style-position: inside;
       }
   
   
       
       
           
               
           
       
       
           thank you . 
           Onlytest is for developers to do their own unit testing. Onlytest命令是给开发人员用于执行所有单元测试Unit tests are executed before each push. Ensure efficient push behavior and ensure CI execution is successful once每次push之前执行单元测试,保证高效的push行为,确保CI执行一次就成功。
       
           
           
   
           
       
   
       On 12/7/2018 10:45,Jonnxu<no...@github.com> wrote:
   
   
   @jonnxu commented on this pull request.
   
   
   
   In build.sh:
   > +    for var in "$@"
   +    do
   +        case "$var" in
   +                noJson)
   +                        need_build_jsoncpp=0
   +                        ;;
   +                noEvent)
   +                        need_build_libevent=0
   +                        ;;
   +                noBoost)
   +                        need_build_boost=0
   +                        ;;
   +                test)
   +                       need_build_test=1
   +                       ;;
   +                onlytest)
   
   onlytest and test need merge to one, no need two different parameter
   
   —You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services