qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PULL v7 000/151] Meson-based build system


From: Paolo Bonzini
Subject: Re: [PULL v7 000/151] Meson-based build system
Date: Thu, 20 Aug 2020 13:52:24 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0

On 20/08/20 12:33, Peter Maydell wrote:
> 'make check' still fails for the all-linux-static config, this
> time for a different reason:
> 
> make: *** No rule to make target 'check-qtest', needed by 'check'. Stop.

Oh, there are two "check:" rules.

I pushed again the tag with just this delta:

diff --git a/tests/Makefile.include b/tests/Makefile.include
index ae4315e00e..9ac8f5b86a 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -526,13 +526,12 @@ check-acceptance: check-venv $(TESTS_RESULTS_DIR) 
get-vm-images
 check-block:
 check-build: build-unit
 
-check: check-unit
 check-clean:
        rm -rf $(check-unit-y) tests/*.o tests/*/*.o $(QEMU_IOTESTS_HELPERS-y)
        rm -f tests/test-qapi-gen-timestamp
        rm -rf $(TESTS_VENV_DIR) $(TESTS_RESULTS_DIR)
 
-check: check-block check-qapi-schema check-unit check-qtest check-decodetree
+check: check-unit
 
 clean: check-clean
 

If any more reasonable expectations from the older build system turn out to
be broken, like in the binaries case, I will be happy to accomodate them

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]