OSDN Git Service

libqos: split qos-test and libqos makefile vars
authorAlexander Bulekov <alxndr@bu.edu>
Thu, 20 Feb 2020 04:11:06 +0000 (23:11 -0500)
committerStefan Hajnoczi <stefanha@redhat.com>
Sat, 22 Feb 2020 08:26:48 +0000 (08:26 +0000)
commit92ecf9be906edfbde10f651b9165e51c600924fc
tree5f8912f76fe79279be67e80a427799fa56018e37
parent39397a9a76eb02ad8a772f43446fdb3344093c35
libqos: split qos-test and libqos makefile vars

Most qos-related objects were specified in the qos-test-obj-y variable.
qos-test-obj-y also included qos-test.o which defines a main().
This made it difficult to repurpose qos-test-obj-y to link anything
beside tests/qos-test against libqos. This change separates objects that
are libqos-specific and ones that are qos-test specific into different
variables.

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20200220041118.23264-11-alxndr@bu.edu
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
tests/qtest/Makefile.include