Created by: rmaz
Currently test targets of binaries only have the tested targets private headers included. This makes it impossible to build test targets without duplicating the dependencies of the target under test in the test target. This PR also includes the public headers of dependent targets of tested targets in the test targets.