[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libunwind-devel] Testing libunwind
From: |
Arun Sharma |
Subject: |
Re: [Libunwind-devel] Testing libunwind |
Date: |
Tue, 25 Sep 2012 10:10:07 -0700 |
On Tue, Sep 25, 2012 at 3:09 AM, Bincy K Philip
<address@hidden> wrote:
> Hi,
>
> Can anybody point me the different ways to test libunwind?
> Is the LTP -test suite includes libunwind testing?
Execute "make check" to run the included test suite. You should see
two failures on current git head due to unimplemented functionality.
-Arun