* Thanks Marcus ...
On Tue, Sep 15, 2015 at 2:24 PM, monika bansal
wrote:
> Thanks Martin for the nice explanation...
>
> On Tue, Sep 15, 2015 at 1:59 PM, Marcus Müller
> wrote:
>
>> Hi Monika,
>>
>> man
>>
>> often gives instructions on how to use a program.
>>
>> man ctest
>>
>> yields somet
Thanks Martin for the nice explanation...
On Tue, Sep 15, 2015 at 1:59 PM, Marcus Müller
wrote:
> Hi Monika,
>
> man
>
> often gives instructions on how to use a program.
>
> man ctest
>
> yields something like the following:
>
>-R , --tests-regex
> Run tests matching reg
Hi Monika,
man
often gives instructions on how to use a program.
man ctest
yields something like the following:
>-R , --tests-regex
> Run tests matching regular expression.
>
> This option tells ctest to run only the tests whose
> names match the given reg
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
wrote:
> On 11.09.2015 21:51, monika bansal wrote:
> > When i am running * ctest -V -
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
Hii
I added new module named "Channel_Estimation" and block
named"ofdm_chanest_MMSE_vcvc" using gr_modtool. I am attaching tha QA code
file, which is same as the QA code file for "ofdm_chanest_vcvc". I am
attaching that too.
When i am running *ctest, output* is :
Start 1: test_Channel_Estimat