discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] No tests were found!!!


From: monika bansal
Subject: Re: [Discuss-gnuradio] No tests were found!!!
Date: Tue, 15 Sep 2015 14:27:17 +0530

* Thanks Marcus ...

On Tue, Sep 15, 2015 at 2:24 PM, monika bansal <address@hidden> wrote:
Thanks Martin for the nice explanation...

On Tue, Sep 15, 2015 at 1:59 PM, Marcus Müller <address@hidden> wrote:
Hi Monika,

man <programname>

often gives instructions on how to use a program.

man ctest

yields something like the following:

       -R <regex>, --tests-regex <regex>
              Run tests matching regular _expression_.

              This option tells ctest to run only the tests whose names match the given regular _expression_.

now, you ran "ctest -V -R square"; ctest only ran the tests that have "square" in their name (as you explicitly asked it to), and since there were no tests with square in their name, none could be run.

Best regards,
Marcus


On 15.09.2015 10:19, monika bansal wrote:
Hi Martin,
I run ctest -V -R qa_ofdm_chanest_MMSE_vcvc 
It is giving the test results.

So, do we need to give the QA test file name in place of square ?

Thanks.

On Mon, Sep 14, 2015 at 10:38 PM, Martin Braun <address@hidden> wrote:
On 11.09.2015 21:51, monika bansal wrote:
> When i am running * ctest -V -R square, output* is :
>
> Constructing a list of tests
> Done constructing a list of tests
> Checking test dependency graph...
> Checking test dependency graph end
> No tests were found!!!

Is there a test call 'square'?

M


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

[Prev in Thread] Current Thread [Next in Thread]