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: 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