]> git.proxmox.com Git - qemu-server.git/commitdiff
buildsys: clean: remove migration test runtime files
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 12 Jan 2021 11:01:31 +0000 (12:01 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 12 Jan 2021 11:01:41 +0000 (12:01 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
test/Makefile

index 457eaef4df57215619bc361d5a3832443fe510c8..95299fced469566a90c925e06b54107f3bc0f3c1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -109,6 +109,7 @@ upload: ${DEB}
 
 .PHONY: clean
 clean:
+       $(MAKE) -C test $@
        rm -rf $(PACKAGE)-*/ *.deb *.buildinfo *.changes *.dsc $(PACKAGE)_*.tar.gz
        $(MAKE) cleanup-docgen
        find . -name '*~' -exec rm {} ';'
index 29b9db6682b203276a74e69eafd51bf867382c2b..5c2638243ac59c23bfc0cba79c7d2258ffc0c0d7 100644 (file)
@@ -25,3 +25,7 @@ test_migration: run_qemu_migrate_tests.pl MigrationTest/*.pm $(MIGRATION_TEST_TA
 
 $(MIGRATION_TEST_TARGETS):
        ./run_qemu_migrate_tests.pl $(@:test_migration_%=%)
+
+.PHONY: clean
+clean:
+       rm -rf MigrationTest/run