|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] test_x86_emulator: add a "run" target to
# HG changeset patch
# User Jan Beulich <jbeulich@xxxxxxxx>
# Date 1321458655 0
# Node ID 1cbb3c1dfb3203f5344a6c1c52507b9e75af6742
# Parent 0262e108c939b64ab26aff0877d3880da931e0bf
test_x86_emulator: add a "run" target to the test code makefile
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Committed-by: Keir Fraser <keir@xxxxxxx>
---
diff -r 0262e108c939 -r 1cbb3c1dfb32 tools/tests/x86_emulator/Makefile
--- a/tools/tests/x86_emulator/Makefile Wed Nov 16 15:48:49 2011 +0000
+++ b/tools/tests/x86_emulator/Makefile Wed Nov 16 15:50:55 2011 +0000
@@ -7,6 +7,10 @@
.PHONY: all
all: $(TARGET)
+.PHONY: run
+run: $(TARGET)
+ ./$(TARGET)
+
.PHONY: blowfish.h
blowfish.h:
rm -f blowfish.bin
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] test_x86_emulator: add a "run" target to the test code makefile,
Xen patchbot-unstable <=
|
|
|
|
|