WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] test_x86_emulator: add a "run" target to

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] test_x86_emulator: add a "run" target to the test code makefile
From: Xen patchbot-unstable <patchbot@xxxxxxx>
Date: Thu, 17 Nov 2011 00:33:47 +0000
Delivery-date: Wed, 16 Nov 2011 16:34:32 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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 <=