test_x86_emulator: add a "run" target to the test code makefile
authorJan Beulich <jbeulich@suse.com>
Wed, 16 Nov 2011 15:50:55 +0000 (15:50 +0000)
committerJan Beulich <jbeulich@suse.com>
Wed, 16 Nov 2011 15:50:55 +0000 (15:50 +0000)
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Committed-by: Keir Fraser <keir@xen.org>
tools/tests/x86_emulator/Makefile

index fa76e24fa1af5c71a6114668ccae8a2751404ff7..5d9de9b10535406ebe76cdeb5f8274e6fb5f73a3 100644 (file)
@@ -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