Csound Csound-dev Csound-tekno Search About

[Csnd-dev] tests again

Date2016-10-22 17:05
Fromjpff
Subject[Csnd-dev] tests again
Seems to got worse as I now see

birtwistle:~/csound6> make test
Running tests...
/usr/bin/ctest --force-new-ctest-process
Test project /home/jpff/csound6
No tests were found!!!

No idea wat it means except I cannot un the tests

make regression is OK

Date2016-10-22 18:12
Fromjpff
SubjectRe: [Csnd-dev] tests again
an someone confirm/deny that "make test" fails?

the commandline tests all work as well but the tests/c programsare not 
even being built

On Sat, 22 Oct 2016, jpff wrote:

> Seems to got worse as I now see
>
> birtwistle:~/csound6> make test
> Running tests...
> /usr/bin/ctest --force-new-ctest-process
> Test project /home/jpff/csound6
> No tests were found!!!
>
> No idea what it means except I cannot run the tests
>
> make regression is OK
>
> Running the testCsoundOcCompile direct however works

Date2016-10-22 18:34
Fromjpff
Subject[Csnd-dev] Another oddity
Anote question.  Reading CMakeList.txt I see

option(USE_CURL "Use CURL library" ON)
option(BUILD_RELEASE "Build for release" ON)
option(BUILD_INSTALLER "Build for release" OFF)
option(BUILD_TESTS "Build for release" ON)

What has BUILD_TESTS got to do with release?

(actually looking for why "make test" fails; does so on second machine as 

Date2016-10-22 18:37
FromVictor Lazzarini
SubjectRe: [Csnd-dev] Another oddity
looks like a cut-and-paste job.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 22 Oct 2016, at 18:35, jpff  wrote:
> 
> Anote question.  Reading CMakeList.txt I see
> 
> option(USE_CURL "Use CURL library" ON)
> option(BUILD_RELEASE "Build for release" ON)
> option(BUILD_INSTALLER "Build for release" OFF)
> option(BUILD_TESTS "Build for release" ON)
> 
> What has BUILD_TESTS got to do with release?
> 
> (actually looking for why "make test" fails; does so on second machine as

Date2016-10-22 22:26
FromFelipe Sateler
SubjectRe: [Csnd-dev] tests again
I cannot reproduce this error. I had to manually enable the build of
the static library though.

Saludos

On 22 October 2016 at 14:12, jpff  wrote:
> an someone confirm/deny that "make test" fails?
>
> the commandline tests all work as well but the tests/c programsare not even
> being built
>
> On Sat, 22 Oct 2016, jpff wrote:
>
>> Seems to got worse as I now see
>>
>> birtwistle:~/csound6> make test
>> Running tests...
>> /usr/bin/ctest --force-new-ctest-process
>> Test project /home/jpff/csound6
>> No tests were found!!!
>>
>> No idea what it means except I cannot run the tests
>>
>> make regression is OK
>>
>> Running the testCsoundOcCompile direct however works
>>
>



-- 

Saludos,

Date2016-10-22 23:29
FromJohn ff
SubjectRe: [Csnd-dev] tests again
Humm..... three different computers with three different Linux systems all fail which did not before.



Sent from TypeApp

On 22 Oct 2016, at 22:27, Felipe Sateler <fsateler@GMAIL.COM> wrote:
I cannot reproduce this error. I had to manually enable the build of
the static library though.

Saludos

On 22 October 2016 at 14:12, jpff <jpff@codemist.co.uk> wrote:
an someone confirm/deny that "make test" fails?

the commandline tests all work as well but the tests/c programsare not even
being built

On Sat, 22 Oct 2016, jpff wrote:

Seems to got worse as I now see

birtwistle:~/csound6> make test
Running tests...
/usr/bin/ctest --force-new-ctest-process
Test proje ct /home/jpff/csound6
No tests were found!!!

No idea what it means except I cannot run the tests

make regression is OK

Running the testCsoundOcCompile direct however works





Date2016-10-22 23:35
FromSteven Yi
SubjectRe: [Csnd-dev] tests again
Could you post the CMake configuration output? It looks like the c
tests compile when:

check_deps(BUILD_TESTS CUNIT_LIBRARY BUILD_STATIC_LIBRARY)

I assume either BUILD_TESTS is 0, CUNIT_LIBRARY was not found, or
BUILD_STATIC_LIBRARY is 0.

If neither of those, at least we could rule them out.

On Sat, Oct 22, 2016 at 6:29 PM, John ff  wrote:
> Humm..... three different computers with three different Linux systems all
> fail which did not before.
>
>
>
> Sent from TypeApp
>
> On 22 Oct 2016, at 22:27, Felipe Sateler  wrote:
>>
>> I cannot reproduce this error. I had to manually enable the build of
>> the static library though.
>>
>> Saludos
>>
>> On 22 October 2016 at 14:12, jpff  wrote:
>>>
>>>  an someone confirm/deny that "make test" fails?
>>>
>>>  the commandline tests all work as well but the tests/c programsare not
>>> even
>>>  being built
>>>
>>>  On Sat, 22 Oct 2016, jpff wrote:
>>>
>>>>  Seems to got worse as I now see
>>>>
>>>>  birtwistle:~/csound6> make test
>>>>  Running tests...
>>>>  /usr/bin/ctest --force-new-ctest-process
>>>>  Test project /home/jpff/csound6
>>>>  No tests were found!!!
>>>>
>>>>  No idea what it means except I cannot run the tests
>>>>
>>>>  make regression is OK
>>>>
>>>>  Running the testCsoundOcCompile direct however
>>>> works
>>>
>>>
>>>
>>
>>

Date2016-10-23 12:28
Fromjpff
SubjectRe: [Csnd-dev] tests again
CMakeList.txt exactly in github.  Just tried on a fourth commuter,32bit 
this time so again different -- "make test" just fails the same way

cardew:~/csound6> make test
Running tests...
Test project /home/jpff/csound6
No tests were found!!!

At least on the first two computers I build static and dynamic and I have 
run these tests for years

==John

On Sat, 22 Oct 2016, Steven Yi wrote:

> Could you post the CMake configuration output? It looks like the c
> tests compile when:
>
> check_deps(BUILD_TESTS CUNIT_LIBRARY BUILD_STATIC_LIBRARY)
>
> I assume either BUILD_TESTS is 0, CUNIT_LIBRARY was not found, or
> BUILD_STATIC_LIBRARY is 0.
>
> If neither of those, at least we could rule them out.
>
> On Sat, Oct 22, 2016 at 6:29 PM, John ff  wrote:
>> Humm..... three different computers with three different Linux systems all
>> fail which did not before.
>>
>>
>>
>> Sent from TypeApp
>>
>> On 22 Oct 2016, at 22:27, Felipe Sateler  wrote:
>>>
>>> I cannot reproduce this error. I had to manually enable the build of
>>> the static library though.
>>>
>>> Saludos
>>>
>>> On 22 October 2016 at 14:12, jpff  wrote:
>>>>
>>>>  an someone confirm/deny that "make test" fails?
>>>>
>>>>  the commandline tests all work as well but the tests/c programsare not
>>>> even
>>>>  being built
>>>>
>>>>  On Sat, 22 Oct 2016, jpff wrote:
>>>>
>>>>>  Seems to got worse as I now see
>>>>>
>>>>>  birtwistle:~/csound6> make test
>>>>>  Running tests...
>>>>>  /usr/bin/ctest --force-new-ctest-process
>>>>>  Test project /home/jpff/csound6
>>>>>  No tests were found!!!
>>>>>
>>>>>  No idea what it means except I cannot run the tests
>>>>>
>>>>>  make regression is OK
>>>>>
>>>>>  Running the testCsoundOcCompile direct however
>>>>> works
>>>>
>>>>
>>>>
>>>
>>>
>>

Date2016-10-23 16:06
FromVictor Lazzarini
SubjectRe: [Csnd-dev] tests again
When did this stop working? Do your have

-- BUILD_TESTS is enabled.


========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 




> On 23 Oct 2016, at 12:28, jpff  wrote:
> 
> CMakeList.txt exactly in github.  Just tried on a fourth commuter,32bit this time so again different -- "make test" just fails the same way
> 
> cardew:~/csound6> make test
> Running tests...
> Test project /home/jpff/csound6
> No tests were found!!!
> 
> At least on the first two computers I build static and dynamic and I have run these tests for years
> 
> ==John
> 
> On Sat, 22 Oct 2016, Steven Yi wrote:
> 
>> Could you post the CMake configuration output? It looks like the c
>> tests compile when:
>> 
>> check_deps(BUILD_TESTS CUNIT_LIBRARY BUILD_STATIC_LIBRARY)
>> 
>> I assume either BUILD_TESTS is 0, CUNIT_LIBRARY was not found, or
>> BUILD_STATIC_LIBRARY is 0.
>> 
>> If neither of those, at least we could rule them out.
>> 
>> On Sat, Oct 22, 2016 at 6:29 PM, John ff  wrote:
>>> Humm..... three different computers with three different Linux systems all
>>> fail which did not before.
>>> 
>>> 
>>> 
>>> Sent from TypeApp
>>> 
>>> On 22 Oct 2016, at 22:27, Felipe Sateler  wrote:
>>>> 
>>>> I cannot reproduce this error. I had to manually enable the build of
>>>> the static library though.
>>>> 
>>>> Saludos
>>>> 
>>>> On 22 October 2016 at 14:12, jpff  wrote:
>>>>> 
>>>>> an someone confirm/deny that "make test" fails?
>>>>> 
>>>>> the commandline tests all work as well but the tests/c programsare not
>>>>> even
>>>>> being built
>>>>> 
>>>>> On Sat, 22 Oct 2016, jpff wrote:
>>>>> 
>>>>>> Seems to got worse as I now see
>>>>>> 
>>>>>> birtwistle:~/csound6> make test
>>>>>> Running tests...
>>>>>> /usr/bin/ctest --force-new-ctest-process
>>>>>> Test project /home/jpff/csound6
>>>>>> No tests were found!!!
>>>>>> 
>>>>>> No idea what it means except I cannot run the tests
>>>>>> 
>>>>>> make regression is OK
>>>>>> 
>>>>>> Running the testCsoundOcCompile direct however
>>>>>> works
>>>>> 
>>>>> 
>>>>> 
>>>> 
>>>> 
>>> 

Date2016-10-23 16:25
FromGuillermo Senna
SubjectRe: [Csnd-dev] tests again
I've found out that in Ubuntu Studio I had to install libcunit1-dev and
then 'cmake -DBUILD_STATIC_LIBRARY="ON" .' in order to run the tests.


On 23/10/16 12:06, Victor Lazzarini wrote:
> When did this stop working? Do your have
>
> -- BUILD_TESTS is enabled.
>
>
> ========================
> Dr Victor Lazzarini
> Dean of Arts, Celtic Studies and Philosophy,
> Maynooth University,
> Maynooth, Co Kildare, Ireland
> Tel: 00 353 7086936
> Fax: 00 353 1 7086952 
>
>
>
>
>> On 23 Oct 2016, at 12:28, jpff  wrote:
>>
>> CMakeList.txt exactly in github.  Just tried on a fourth commuter,32bit this time so again different -- "make test" just fails the same way
>>
>> cardew:~/csound6> make test
>> Running tests...
>> Test project /home/jpff/csound6
>> No tests were found!!!
>>
>> At least on the first two computers I build static and dynamic and I have run these tests for years
>>
>> ==John
>>
>> On Sat, 22 Oct 2016, Steven Yi wrote:
>>
>>> Could you post the CMake configuration output? It looks like the c
>>> tests compile when:
>>>
>>> check_deps(BUILD_TESTS CUNIT_LIBRARY BUILD_STATIC_LIBRARY)
>>>
>>> I assume either BUILD_TESTS is 0, CUNIT_LIBRARY was not found, or
>>> BUILD_STATIC_LIBRARY is 0.
>>>
>>> If neither of those, at least we could rule them out.
>>>
>>> On Sat, Oct 22, 2016 at 6:29 PM, John ff  wrote:
>>>> Humm..... three different computers with three different Linux systems all
>>>> fail which did not before.
>>>>
>>>>
>>>>
>>>> Sent from TypeApp
>>>>
>>>> On 22 Oct 2016, at 22:27, Felipe Sateler  wrote:
>>>>> I cannot reproduce this error. I had to manually enable the build of
>>>>> the static library though.
>>>>>
>>>>> Saludos
>>>>>
>>>>> On 22 October 2016 at 14:12, jpff  wrote:
>>>>>> an someone confirm/deny that "make test" fails?
>>>>>>
>>>>>> the commandline tests all work as well but the tests/c programsare not
>>>>>> even
>>>>>> being built
>>>>>>
>>>>>> On Sat, 22 Oct 2016, jpff wrote:
>>>>>>
>>>>>>> Seems to got worse as I now see
>>>>>>>
>>>>>>> birtwistle:~/csound6> make test
>>>>>>> Running tests...
>>>>>>> /usr/bin/ctest --force-new-ctest-process
>>>>>>> Test project /home/jpff/csound6
>>>>>>> No tests were found!!!
>>>>>>>
>>>>>>> No idea what it means except I cannot run the tests
>>>>>>>
>>>>>>> make regression is OK
>>>>>>>
>>>>>>> Running the testCsoundOcCompile direct however
>>>>>>> works
>>>>>>
>>>>>>

Date2016-10-23 18:26
FromJohn ff
SubjectRe: [Csnd-dev] tests again
First noticed when the git hash came, but had not run for a while.  As far as I can tell tests are enabled.  It to build the program but not run them.




Sent from TypeApp

On 23 Oct 2016, at 16:07, Victor Lazzarini <Victor.Lazzarini@NUIM.IE> wrote:
When did this stop working? Do your have

-- BUILD_TESTS is enabled.


========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952




On 23 Oct 2016, at 12:28, jpff <jpff@codemist.co.uk> wrote:

CMakeList.txt exactly in github. Just tried on a fourth commuter,32bit this time so again different -- "make test" just fails the same way

cardew:~/csound6> make test
Running tests...
Test project /home/jpff/csound6
No tests were found!!!

At least on the first two computers I build static and dynamic and I have run these tests for years

==John

On Sat, 22 Oct 2016, Steven Yi wrote:

Could you post the CMake configuration output? It looks like the c
tests compile when:

check_deps(BUILD_TESTS CUNIT_LIBRARY BUILD_STATIC_LIBRARY)

I assume either BUILD_TESTS is 0, CUNIT_LIBRARY was not found, or
BUILD_STATIC_LIBRARY is 0.

If neither of those, at least we could rule them out.

On Sat, Oct 22, 2016 at 6:29 PM, John ff <jpff@codemist.co.uk> wrote:
Humm..... three different computers with three different Linux systems all
fail which did not before.



Sent from TypeApp

On 22 Oct 2016, at 22:27, Felipe Sateler <fsateler@GMAIL.COM> wrote:

I cannot reproduce this error. I had to manually enable the build of
the static library though.

Saludos

On 22 October 2016 at 14:12, jpff <jpff@codemist.co.uk> wrote:

an someone confirm/deny that "make test" fails?

the commandline tests all work as well but the tests/c programsare not
even
being built

On Sat, 22 Oct 2016, jpff wrote:

Seems to got worse as I now see

birtwistle:~/csound6> make test
Running tests...
/usr/bin/ctest --force-new-ctest-process
Test project /home/jpff/csound6< br> No tests were found!!!

No idea what it means except I cannot run the tests

make regression is OK

Running the testCsoundOcCompile direct however
works








Date2016-10-23 18:34
FromSteven Yi
SubjectRe: [Csnd-dev] tests again
Again, could you post the CMake configuration output?

Also, could you try running "ctest --debug" and posting the output?

On Sun, Oct 23, 2016 at 1:26 PM, John ff  wrote:
> First noticed when the git hash came, but had not run for a while.  As far
> as I can tell tests are enabled.  It to build the program but not run them.
>
>
>
>
> Sent from TypeApp
>
> On 23 Oct 2016, at 16:07, Victor Lazzarini  wrote:
>>
>> When did this stop working? Do your have
>>
>> -- BUILD_TESTS is enabled.
>>
>>
>> ========================
>> Dr Victor Lazzarini
>> Dean of Arts, Celtic Studies and Philosophy,
>> Maynooth University,
>> Maynooth, Co Kildare, Ireland
>> Tel: 00 353 7086936
>> Fax: 00 353 1 7086952
>>
>>
>>
>>
>>>  On 23 Oct 2016, at 12:28, jpff  wrote:
>>>
>>>  CMakeList.txt exactly in github.  Just tried on a fourth commuter,32bit
>>> this time so again different -- "make test" just fails the same way
>>>
>>>  cardew:~/csound6> make test
>>>  Running tests...
>>>  Test project /home/jpff/csound6
>>>  No tests were found!!!
>>>
>>>  At least on the first two computers I build static and dynamic and I
>>> have run these tests for years
>>>
>>>  ==John
>>>
>>>  On Sat, 22 Oct 2016, Steven Yi wrote:
>>>
>>>>
>>>>  Could you post the CMake configuration output? It looks like the c
>>>>  tests compile when:
>>>>
>>>>  check_deps(BUILD_TESTS CUNIT_LIBRARY BUILD_STATIC_LIBRARY)
>>>>
>>>>  I assume either BUILD_TESTS is 0, CUNIT_LIBRARY was not found, or
>>>>  BUILD_STATIC_LIBRARY is 0.
>>>>
>>>>  If neither of those, at least we could rule them out.
>>>>
>>>>  On Sat, Oct 22, 2016 at 6:29 PM, John ff  wrote:
>>>>>
>>>>>  Humm..... three different computers with three different Linux systems
>>>>> all
>>>>>  fail which did not before.
>>>>>
>>>>>
>>>>>
>>>>>  Sent from TypeApp
>>>>>
>>>>>  On 22 Oct 2016, at 22:27, Felipe Sateler  wrote:
>>>>>>
>>>>>>
>>>>>>  I cannot reproduce
>>>>>> this error. I had to manually enable the build of
>>>>>>  the static library though.
>>>>>>
>>>>>>  Saludos
>>>>>>
>>>>>>  On 22 October 2016 at 14:12, jpff  wrote:
>>>>>>>
>>>>>>>
>>>>>>>  an someone confirm/deny that "make test" fails?
>>>>>>>
>>>>>>>  the commandline tests all work as well but the tests/c programsare
>>>>>>> not
>>>>>>>  even
>>>>>>>  being built
>>>>>>>
>>>>>>>  On Sat, 22 Oct 2016, jpff wrote:
>>>>>>>
>>>>>>>>
>>>>>>>>  Seems to got worse as I now see
>>>>>>>>
>>>>>>>>  birtwistle:~/csound6> make test
>>>>>>>>  Running tests...
>>>>>>>>  /usr/bin/ctest --force-new-ctest-process
>>>>>>>>  Test project /home/jpff/csound6
>>>>>>>>  No tests were found!!!
>>>>>>>>
>>>>>>>>  No idea what it means except I cannot run the tests
>>>>>>>>
>>>>>>>>  make regression is OK
>>>>>>>>
>>>>>>>>  Running the testCsoundOcCompile direct however
>>>>>>>>
>>>>>>>> works
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>

Date2016-10-23 19:02
Fromjpff
SubjectRe: [Csnd-dev] tests again
Ts is insane!  It is working now!  I caged nothing.

I hate it when that happens


On Sun, 23 Oct 2016, Steven Yi wrote:

> Again, could you post the CMake configuration output?
>
> Also, could you try running "ctest --debug" and posting the output?
>
> On Sun, Oct 23, 2016 at 1:26 PM, John ff  wrote:
>> First noticed when the git hash came, but had not run for a while.  As far
>> as I can tell tests are enabled.  It to build the program but not run them.
>>
>>
>>
>>
>> Sent from TypeApp
>>
>> On 23 Oct 2016, at 16:07, Victor Lazzarini  wrote:
>>>
>>> When did this stop working? Do your have
>>>
>>> -- BUILD_TESTS is enabled.
>>>
>>>
>>> ========================
>>> Dr Victor Lazzarini
>>> Dean of Arts, Celtic Studies and Philosophy,
>>> Maynooth University,
>>> Maynooth, Co Kildare, Ireland
>>> Tel: 00 353 7086936
>>> Fax: 00 353 1 7086952
>>>
>>>
>>>
>>>
>>>>  On 23 Oct 2016, at 12:28, jpff  wrote:
>>>>
>>>>  CMakeList.txt exactly in github.  Just tried on a fourth commuter,32bit
>>>> this time so again different -- "make test" just fails the same way
>>>>
>>>>  cardew:~/csound6> make test
>>>>  Running tests...
>>>>  Test project /home/jpff/csound6
>>>>  No tests were found!!!
>>>>
>>>>  At least on the first two computers I build static and dynamic and I
>>>> have run these tests for years
>>>>
>>>>  ==John
>>>>
>>>>  On Sat, 22 Oct 2016, Steven Yi wrote:
>>>>
>>>>>
>>>>>  Could you post the CMake configuration output? It looks like the c
>>>>>  tests compile when:
>>>>>
>>>>>  check_deps(BUILD_TESTS CUNIT_LIBRARY BUILD_STATIC_LIBRARY)
>>>>>
>>>>>  I assume either BUILD_TESTS is 0, CUNIT_LIBRARY was not found, or
>>>>>  BUILD_STATIC_LIBRARY is 0.
>>>>>
>>>>>  If neither of those, at least we could rule them out.
>>>>>
>>>>>  On Sat, Oct 22, 2016 at 6:29 PM, John ff  wrote:
>>>>>>
>>>>>>  Humm..... three different computers with three different Linux systems
>>>>>> all
>>>>>>  fail which did not before.
>>>>>>
>>>>>>
>>>>>>
>>>>>>  Sent from TypeApp
>>>>>>
>>>>>>  On 22 Oct 2016, at 22:27, Felipe Sateler  wrote:
>>>>>>>
>>>>>>>
>>>>>>>  I cannot reproduce
>>>>>>> this error. I had to manually enable the build of
>>>>>>>  the static library though.
>>>>>>>
>>>>>>>  Saludos
>>>>>>>
>>>>>>>  On 22 October 2016 at 14:12, jpff  wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>>  an someone confirm/deny that "make test" fails?
>>>>>>>>
>>>>>>>>  the commandline tests all work as well but the tests/c programsare
>>>>>>>> not
>>>>>>>>  even
>>>>>>>>  being built
>>>>>>>>
>>>>>>>>  On Sat, 22 Oct 2016, jpff wrote:
>>>>>>>>
>>>>>>>>>
>>>>>>>>>  Seems to got worse as I now see
>>>>>>>>>
>>>>>>>>>  birtwistle:~/csound6> make test
>>>>>>>>>  Running tests...
>>>>>>>>>  /usr/bin/ctest --force-new-ctest-process
>>>>>>>>>  Test project /home/jpff/csound6
>>>>>>>>>  No tests were found!!!
>>>>>>>>>
>>>>>>>>>  No idea what it means except I cannot run the tests
>>>>>>>>>
>>>>>>>>>  make regression is OK
>>>>>>>>>
>>>>>>>>>  Running the testCsoundOcCompile direct however
>>>>>>>>>
>>>>>>>>> works
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>