From 0435f8798c9ee6f5737b35c4fe7261adb6cfcbe9 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 12 Jan 2021 12:01:31 +0100 Subject: [PATCH] buildsys: clean: remove migration test runtime files Signed-off-by: Thomas Lamprecht --- Makefile | 1 + test/Makefile | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 457eaef4..95299fce 100644 --- 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 {} ';' diff --git a/test/Makefile b/test/Makefile index 29b9db66..5c263824 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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