projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0198fc
)
test_x86_emulator: add a "run" target to the test code makefile
author
Jan Beulich
<jbeulich@suse.com>
Wed, 16 Nov 2011 15:50:55 +0000
(15:50 +0000)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/tools/tests/x86_emulator/Makefile
b/tools/tests/x86_emulator/Makefile
index fa76e24fa1af5c71a6114668ccae8a2751404ff7..5d9de9b10535406ebe76cdeb5f8274e6fb5f73a3 100644
(file)
--- 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