aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tests
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2011-11-16 15:50:55 +0000
committerJan Beulich <jbeulich@suse.com>2011-11-16 15:50:55 +0000
commit373ac54141fa98649168d65ce639d50c2b956fa9 (patch)
treee38cca8c30ea2c1015d3ef394121a6785340a19e /tools/tests
parentb0198fc3f06b2befac9f04cfbdc2d76db72c8572 (diff)
downloadxen-373ac54141fa98649168d65ce639d50c2b956fa9.tar.gz
xen-373ac54141fa98649168d65ce639d50c2b956fa9.tar.bz2
xen-373ac54141fa98649168d65ce639d50c2b956fa9.zip
test_x86_emulator: add a "run" target to the test code makefile
Signed-off-by: Jan Beulich <jbeulich@suse.com> Committed-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'tools/tests')
-rw-r--r--tools/tests/x86_emulator/Makefile4
1 files changed, 4 insertions, 0 deletions
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