2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 22:35:33 +00:00

zdtm: add ablitiy to execute cleanout per test

Signed-off-by: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Andrey Vagin
2013-01-18 15:05:17 +04:00
committed by Pavel Emelyanov
parent ea767143f1
commit c8484f10ef
3 changed files with 9 additions and 0 deletions

View File

@@ -234,6 +234,9 @@ cleandep: clean
cleanout:
$(RM) -r *.pid *.out* *.test* *.state
%.cleanout: %
$(RM) -r $<.pid $<.out* $<.test* $<.*.test $<.state
realclean: cleandep cleanout
.PHONY: force clean cleandep cleanout realclean start check_start stop wait_stop

View File

@@ -72,6 +72,9 @@ clean:
cleandep: clean
$(RM) $(DEP)
%.cleanout: %
$(RM) -r $<.pid $<.out* $<.test
cleanout:
$(RM) *.pid *.out* *.test*

View File

@@ -71,6 +71,9 @@ clean:
cleandep: clean
$(RM) $(DEP)
%.cleanout: %
$(RM) -r $<.pid $<.out* $<.test
cleanout:
$(RM) *.pid *.out* *.test chew*