|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] libxl: rename testenum->testidl
# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1310646251 -3600
# Node ID 7bac2b0e16dd48eb5410f201f34bf66f850f2b4b
# Parent 650025b1553e30de62830c4b55c763009e468db3
libxl: rename testenum->testidl
I plan to add some non-Enumeration tests.
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
---
diff -r 650025b1553e -r 7bac2b0e16dd .hgignore
--- a/.hgignore Thu Jul 14 13:22:36 2011 +0100
+++ b/.hgignore Thu Jul 14 13:24:11 2011 +0100
@@ -187,8 +187,8 @@
^tools/libxl/_.*\.c$
^tools/libxl/libxlu_cfg_y\.output$
^tools/libxl/xl$
-^tools/libxl/testenum$
-^tools/libxl/testenum\.c$
+^tools/libxl/testidl$
+^tools/libxl/testidl\.c$
^tools/libaio/src/.*\.ol$
^tools/libaio/src/.*\.os$
^tools/misc/cpuperf/cpuperf-perfcntr$
diff -r 650025b1553e -r 7bac2b0e16dd tools/libxl/Makefile
--- a/tools/libxl/Makefile Thu Jul 14 13:22:36 2011 +0100
+++ b/tools/libxl/Makefile Thu Jul 14 13:24:11 2011 +0100
@@ -45,16 +45,16 @@
libxlu_disk_l.o libxlu_disk.o
$(LIBXLU_OBJS): CFLAGS += $(CFLAGS_libxenctrl) # For xentoollog.h
-CLIENTS = xl testenum
+CLIENTS = xl testidl
XL_OBJS = xl.o xl_cmdimpl.o xl_cmdtable.o
$(XL_OBJS): CFLAGS += $(CFLAGS_libxenctrl) # For xentoollog.h
$(XL_OBJS): CFLAGS += $(CFLAGS_libxenlight)
-testenum.o: CFLAGS += $(CFLAGS_libxenctrl) $(CFLAGS_libxenlight)
-testenum.c: libxl.idl gentest.py libxl.h
- $(PYTHON) gentest.py libxl.idl testenum.c.new
- mv testenum.c.new testenum.c
+testidl.o: CFLAGS += $(CFLAGS_libxenctrl) $(CFLAGS_libxenlight)
+testidl.c: libxl.idl gentest.py libxl.h
+ $(PYTHON) gentest.py libxl.idl testidl.c.new
+ mv testidl.c.new testidl.c
.PHONY: all
all: $(CLIENTS) libxenlight.so libxenlight.a libxlutil.so libxlutil.a \
@@ -116,8 +116,8 @@
xl: $(XL_OBJS) libxlutil.so libxenlight.so
$(CC) $(LDFLAGS) -o $@ $(XL_OBJS) libxlutil.so $(LDLIBS_libxenlight)
$(LDLIBS_libxenctrl)
-testenum: testenum.o libxlutil.so libxenlight.so
- $(CC) $(LDFLAGS) -o $@ testenum.o libxlutil.so $(LDLIBS_libxenlight)
$(LDLIBS_libxenctrl)
+testidl: testidl.o libxlutil.so libxenlight.so
+ $(CC) $(LDFLAGS) -o $@ testidl.o libxlutil.so $(LDLIBS_libxenlight)
$(LDLIBS_libxenctrl)
.PHONY: install
install: all
_______________________________________________
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] libxl: rename testenum->testidl,
Xen patchbot-unstable <=
|
|
|
|
|