summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2012-03-30 17:39:33 +0000
committerBlue Swirl <blauwirbel@gmail.com>2012-03-30 17:39:33 +0000
commitd2a16f74f22b4a8d5f8a66d568e729a943136872 (patch)
treebd087e264541a26b27bf8853ec6ab463fa297906 /tests
parentd1aaf543a73c33025cf1fcd30b363aadd150cac3 (diff)
downloadqemu-d2a16f74f22b4a8d5f8a66d568e729a943136872.tar.gz
qtest: fix out of tree build
Trace objects are also needed if tracing is enabled. Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 29c1e51789..a98a848ec9 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -63,6 +63,8 @@ tests/test-qmp-input-visitor$(EXESUF): tests/test-qmp-input-visitor.o $(test-qap
tests/test-qmp-input-strict$(EXESUF): tests/test-qmp-input-strict.o $(test-qapi-obj-y)
tests/test-qmp-commands$(EXESUF): tests/test-qmp-commands.o tests/test-qmp-marshal.o $(test-qapi-obj-y)
+tests/rtc-test$(EXESUF): tests/rtc-test.o $(trace-obj-y)
+
# QTest rules
TARGETS=$(patsubst %-softmmu,%, $(filter %-softmmu,$(TARGET_DIRS)))