https://bugzilla.redhat.com/show_bug.cgi?id=1421245 --- Comment #23 from Loic Dachary <loic@xxxxxxxxxxx> --- > 7. I suspect that googletest/googlemock bundled are only used in tests that are not shipped. Is it possible to build/run tests using system copies? The googletest package include sources that need to be compiled and linked to the main test program, they are unfortunately not just header files. I could try to add a dependency to googletest, copy the sources in the build directory, compile them and throw the result away after the tests are run. However, since they are already in the source tarball and they are solely used to verify the library at compile time, it seems rather redundant. What do you think ? -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx