Running make test without make install fails. This is because 1) neither kscreenlocker_greet is found from the tests nor 2) kcheckpass from within kscreenlocker_greet, as those paths are hardcoded. This means it's impossible to run the tests in a RPM's %check section, as files are not installed into / directly. I've fixed 1) by using QFINDTESTDATA locally, but I'm not sure how to fix 2.
Is this still an issue today?
(In reply to Nate Graham from comment #1) > Is this still an issue today? I ran a build with tests enabled here, still fails.
Thanks!