From: Jan Beulich Date: Wed, 16 Nov 2011 15:50:55 +0000 (+0000) Subject: test_x86_emulator: add a "run" target to the test code makefile X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=373ac54141fa98649168d65ce639d50c2b956fa9;p=xen.git test_x86_emulator: add a "run" target to the test code makefile Signed-off-by: Jan Beulich Committed-by: Keir Fraser --- diff --git a/tools/tests/x86_emulator/Makefile b/tools/tests/x86_emulator/Makefile index fa76e24fa1..5d9de9b105 100644 --- a/tools/tests/x86_emulator/Makefile +++ b/tools/tests/x86_emulator/Makefile @@ -7,6 +7,10 @@ TARGET := test_x86_emulator .PHONY: all all: $(TARGET) +.PHONY: run +run: $(TARGET) + ./$(TARGET) + .PHONY: blowfish.h blowfish.h: rm -f blowfish.bin