buildsys: clean: remove migration test runtime files

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-01-12 12:01:31 +01:00
parent c97a9c6ed8
commit 0435f8798c
2 changed files with 5 additions and 0 deletions

View File

@ -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 {} ';'

View 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