mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-04-30 15:06:17 +00:00
buildsys: clean: remove migration test runtime files
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
c97a9c6ed8
commit
0435f8798c
1
Makefile
1
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 {} ';'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user