On Wed, Sep 02, 2015 at 06:50:43AM +0200, Lukas Slebodnik wrote:
ehlo,
Attached patches reduce count of compiled ".c" files from 935 -> 815 (almost 9%). This reduction is achieved in deduplication of compiling "*.c" files in tests.
BTW the tests were compiled 4 times in our CI script.
- make tests
- mock build
- make distcheck
- code coverage
The result saving will not be 9% of time due to parallel build but it still worth. (and Makefile.am is simpler)
LS
Thanks for the patches, they seem to work fine for me as well, ACK. My CI run is: http://sssd-ci.duckdns.org/logs/job/25/31/summary.html
btw what do you think about splitting tests from Makefile.am into tests/Makefile.am? I think we talked about this before and there was some opposition but I no longer remember what it was..