Code review comment for lp:~elopio/ubuntu-filemanager-app/cmake_autopilot_task

Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

David, this is one of the options we discussed, and yes it would supersede https://code.launchpad.net/~dpm/ubuntu-filemanager-app/run-ap-from-out-of-source-build/+merge/217510.

Essentially you would run the tests now using the target.

cmake .
make test-autopilot-build

One of the issues currently with the apps that have plugins that need to be built is the requirement you build the binary before running tests. Making it part of the build seems like a good idea, which is what I believe Leo is exploring here.

« Back to merge proposal