On Wednesday 24 August 2011 16:24:05 Cyril Oblikov wrote: > I wrote: > > But did you at least run jobtest (in kdelibs/kio/tests) to make sure > >that the new code doesn't break it? E.g. the creation of a dialog for sure > >broke it, but now you've fixed that bit. > > No, I didn't use tests. Are there any docs about kdelibs testing?
Two solutions: * to compile and run a single test, just cd into kdelibs/kio/tests; make jobtest ; ./jobtest * to always compile all unit tests (recommended, but takes a bit more time during compilation) pass -DKDE4_BUILD_TESTS=TRUE to cmake. To run all these tests, "make test". -- David Faure, [email protected], http://www.davidfaure.fr Sponsored by Nokia to work on KDE, incl. Konqueror (http://www.konqueror.org).
