mirror of
https://github.com/mii443/qemu.git
synced 2025-08-29 10:29:27 +00:00
tests/Makefile: Add missing $(EXESUF)
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
@ -18,8 +18,8 @@ check-block-$(CONFIG_POSIX) += tests/qemu-iotests-quick.sh
|
|||||||
|
|
||||||
# All QTests for now are POSIX-only, but the dependencies are
|
# All QTests for now are POSIX-only, but the dependencies are
|
||||||
# really in libqtest, not in the testcases themselves.
|
# really in libqtest, not in the testcases themselves.
|
||||||
check-qtest-i386-y = tests/rtc-test
|
check-qtest-i386-y = tests/rtc-test$(EXESUF)
|
||||||
check-qtest-i386-y = tests/fdc-test
|
check-qtest-i386-y = tests/fdc-test$(EXESUF)
|
||||||
check-qtest-x86_64-y = $(check-qtest-i386-y)
|
check-qtest-x86_64-y = $(check-qtest-i386-y)
|
||||||
check-qtest-sparc-y = tests/m48t59-test$(EXESUF)
|
check-qtest-sparc-y = tests/m48t59-test$(EXESUF)
|
||||||
check-qtest-sparc64-y = tests/m48t59-test$(EXESUF)
|
check-qtest-sparc64-y = tests/m48t59-test$(EXESUF)
|
||||||
|
Reference in New Issue
Block a user