From 373ac54141fa98649168d65ce639d50c2b956fa9 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Wed, 16 Nov 2011 15:50:55 +0000 Subject: test_x86_emulator: add a "run" target to the test code makefile Signed-off-by: Jan Beulich Committed-by: Keir Fraser --- tools/tests/x86_emulator/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/tests') 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 -- cgit v1.2.3