]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Move test_libraries a bit higher
authorMichal Privoznik <mprivozn@redhat.com>
Sun, 25 Dec 2016 15:00:15 +0000 (16:00 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 2 Jan 2017 12:25:42 +0000 (13:25 +0100)
commit9a3dd116a61467ffbe71e7a8b39b88a3fa0c639c
tree310b0363db2d1fbb47108a60fba2c9deacc6468f
parent00c49704351568e0b906f41ed7a59ba0caeac2d8
tests: Move test_libraries a bit higher

In the Makefile in tests/ we initialize couple of variables like
test_programs, test_libraries and test_helpers. These variables
contain all the targets that we need to build in order to run
the test suite. So we initialize test_programs and test_helpers
and then conditionally add targets to them depending on what we
are building with. Then we repeat the same process with
test_libraries. It makes no sense to have two separate if-endif
sequences.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
tests/Makefile.am