I didn't know so I share with you (in case):

ctest 31,31 -V (or -VV) is the command to run the test 31 and get the details of what failed and what not.

I get a lot of errors with the bitrates: any ideas of why I get 257 instead of 256?

Cheers
Olivier

Le 21/11/2015 16:36, Olivier Churlaud a écrit :
I realized that make test was achieving more tests than doing tests/testXXX

Indeed, the latter does the following error:
tests/testsqlcollection: error while loading shared libraries: ../../../../../src/core-impl/storage/sql/mysqlestorage/amarok_storage-mysqlestorage.so: cannot open shared object file: No such file or directory

on IRC I've been told:
[16:27] <svuorela> ochurlaud: don't link to modules.
[16:27] <svuorela> linking to modules is a glibc-ism, so please don't rely on it. [16:27] <ochurlaud> svuorela: how should I test things that depends from modules?
[16:28] <svuorela> you load them as modules.
[16:28] <svuorela> or you build executables that uses the classes directly

So we should do this. I'm not sure how we do this... But I guess I have to try.

So we are basically back to the same place as before, with ideas to solve them (see other mails).

Next steps are:
 - Solving the tests issues
 - Beginning to write QML code (I hope I can reach rengels...)

Cheers
Olivier

Le 21/11/2015 10:22, Olivier Churlaud a écrit :
I removed ~/.local/share/amarok and...
I can't run anymore all the tests:
tests/testsqlcollection: error while loading shared libraries: ../../../../../src/core-impl/storage/sql/mysqlestorage/amarok_storage-mysqlestorage.so: cannot open shared object file: No such file or directory
... I still can't test....
and the application crashes where it didn't before.... Can you check on your side please?
... but the application starts again.
_______________________________________________
Amarok-devel mailing list
Amarok-devel@kde.org
https://mail.kde.org/mailman/listinfo/amarok-devel

_______________________________________________
Amarok-devel mailing list
Amarok-devel@kde.org
https://mail.kde.org/mailman/listinfo/amarok-devel

_______________________________________________
Amarok-devel mailing list
Amarok-devel@kde.org
https://mail.kde.org/mailman/listinfo/amarok-devel

Reply via email to