How to build UT only

2015-07-18 Thread Klaus Ma
Hi team, Is there anyway to compile the UT code only? When we run make check, it not only compile the UT code but also run UT cases. Regards,Klaus Ma (马达), PMP® | http://www.cguru.net CallSend SMSCall from mobileAdd to SkypeYou'll need Skype CreditFree via SkypeCallSend SMSCall from

Re: How to build UT only

2015-07-18 Thread haosdent
``` make check -j8 GTEST_FILTER=-* ``` Would only compile code without run unit tests. On Sat, Jul 18, 2015 at 6:08 PM, Klaus Ma kl...@cguru.net wrote: Hi team, Is there anyway to compile the UT code only? When we run make check, it not only compile the UT code but also run UT cases.

Re: Are any allocator modules relying on requestResources() call?

2015-07-18 Thread Vinod Kone
I see. Ok. We will keep the call and add support in the new API as well. @vinodkone On Jul 17, 2015, at 10:47 PM, Gidon Gershinsky gi...@il.ibm.com wrote: Hi Vinod, Yes, we use this API in the allocator module we develop, it pretty fundamental for support of a wide range of policies in

RE: How to build UT only

2015-07-18 Thread Klaus Ma
Got that, thanks very much :). Regards, Klaus Ma (马达), PMP® | http://www.cguru.net -Original Message- From: haosdent [mailto:haosd...@gmail.com] Sent: 2015年7月18日 19:39 To: dev@mesos.apache.org Subject: Re: How to build UT only ``` make check -j8 GTEST_FILTER=-* ``` Would only