]> Git Repo - qemu.git/blobdiff - tests/Makefile
nbd: convert block client to use I/O channels for connection setup
[qemu.git] / tests / Makefile
index 650e654ec228ea54ff177370c7d47665e1950a72..c1c605fc63ad60985cf0e4e45e1b0f90b366fe88 100644 (file)
@@ -390,8 +390,8 @@ test-qapi-obj-y = tests/test-qapi-visit.o tests/test-qapi-types.o \
        tests/test-qapi-event.o tests/test-qmp-introspect.o \
        $(test-qom-obj-y)
 test-crypto-obj-y = $(crypto-obj-y) $(test-qom-obj-y)
-test-block-obj-y = $(block-obj-y) $(test-crypto-obj-y)
 test-io-obj-y = $(io-obj-y) $(test-crypto-obj-y)
+test-block-obj-y = $(block-obj-y) $(test-io-obj-y)
 
 tests/check-qint$(EXESUF): tests/check-qint.o $(test-util-obj-y)
 tests/check-qstring$(EXESUF): tests/check-qstring.o $(test-util-obj-y)
This page took 0.023067 seconds and 4 git commands to generate.