On Thursday 29 March 2012 17:05:18 John Ehresman wrote: > On 3/15/12 2:03 PM, Hugo Parente Lima wrote: > > On Thursday 15 March 2012 12:28:52 Matti Airas wrote: > >> Hugo might want to correct me, but just go to the build directory and > >> run "ctest" and report the results together with your configuration > >> details on the mailing list. > > > > just ctest works, but "ctest -V" is better because it prints a lot of > > things useful to know what failed. > > I just get a message that no test configuration file is found when I try > this on Windows, either in the root of the pyside source or the build > directory where cmake is run. Do I need to run ctest from another > directory or is there another way to run the tests?
You need to run on build directory, I don't remember if the tests were disabled by default on windows builds, but in any case you can enabled then passing: -DBUILD_TESTS=ON on cmake (on both, PySide and Shiboken). > Thanks, > > John -- Hugo Parente Lima INdT - Instituto Nokia de Tecnologia
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
