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] Makefile plumbing for new network tests.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Makefile plumbing for new network tests.
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 09 Dec 2005 14:44:06 +0000
Delivery-date: Fri, 09 Dec 2005 14:46:55 +0000
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/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/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 emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 88e35a698dc4675cc96885ff07c9122bf421a500
# Parent  9f13f5a4ba9c539ebd43da39410562ba61a5f1d7
Makefile plumbing for new network tests.

Signed-off-by: Jim Dykman <dykman@xxxxxxxxxx>

diff -r 9f13f5a4ba9c -r 88e35a698dc4 tools/xm-test/configure.ac
--- a/tools/xm-test/configure.ac        Fri Dec  9 08:29:52 2005
+++ b/tools/xm-test/configure.ac        Fri Dec  9 10:39:16 2005
@@ -52,6 +52,7 @@
     tests/memset/Makefile
     tests/migrate/Makefile
     tests/network-attach/Makefile
+    tests/network/Makefile
     tests/pause/Makefile
     tests/reboot/Makefile
     tests/restore/Makefile
diff -r 9f13f5a4ba9c -r 88e35a698dc4 tools/xm-test/tests/Makefile.am
--- a/tools/xm-test/tests/Makefile.am   Fri Dec  9 08:29:52 2005
+++ b/tools/xm-test/tests/Makefile.am   Fri Dec  9 10:39:16 2005
@@ -13,6 +13,7 @@
                list            \
                memmax          \
                memset          \
+               network         \
                network-attach  \
                pause           \
                reboot          \

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Makefile plumbing for new network tests., Xen patchbot -unstable <=