Re: [ros-users] gtest: how to execute "make test" without ac…

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: Re: [ros-users] gtest: how to execute "make test" without actually running the test
On Wed, Dec 8, 2010 at 5:33 AM, Dejan Pangercic
<> wrote:
> I am running the "make test" in pcl package and what happens after the
> compilation of all test programs is that they also get executed.
> How could one skip the execution?


hi Dejan,

Simply enough:
make tests
The `tests` target will compile all C++ test programs and download all
test data, but won't actually run the tests.

    brian.