]> git.ipfire.org Git - thirdparty/chrony.git/commit
test: get list of objects from main Makefile
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 13 Sep 2018 07:48:15 +0000 (09:48 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 13 Sep 2018 09:23:16 +0000 (11:23 +0200)
commit637530779815cdf61a95e830abffbc116d91d1aa
tree5182ec2cfed2e6f0e7f54d664e3bc2a8a7d656ff
parentfb78e60d26b37443da9a44179fbef7d2eeb4c868
test: get list of objects from main Makefile

Instead of linking unit tests with *.o in the root directory, which may
include conflicting objects from a different configuration (e.g. hash),
add a print target to the main Makefile and use it in the unit test
Makefile to link only with objects that are relevant in the current
configuration.
Makefile.in
test/unit/Makefile.in