aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/Makefile
diff options
context:
space:
mode:
authorAlastair Tse <atse@xensource.com>2007-01-31 15:08:29 +0000
committerAlastair Tse <atse@xensource.com>2007-01-31 15:08:29 +0000
commitddffd1ed7d3c1a73135c187886d35b4f66c7fd3e (patch)
treed1c65ab89d5af9e6bdb6f1d67a2fbc435de0e297 /tools/libxen/Makefile
parentad643e3ef0104d2b986b7ce37fb8980bcb98d393 (diff)
downloadxen-ddffd1ed7d3c1a73135c187886d35b4f66c7fd3e.tar.gz
xen-ddffd1ed7d3c1a73135c187886d35b4f66c7fd3e.tar.bz2
xen-ddffd1ed7d3c1a73135c187886d35b4f66c7fd3e.zip
[XENAPI] Add VDI.location support and test c prog for HVM test.
Signed-off-by: Alastair Tse <atse@xensource.com>
Diffstat (limited to 'tools/libxen/Makefile')
-rw-r--r--tools/libxen/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/libxen/Makefile b/tools/libxen/Makefile
index c72206442a..e2eeda74d8 100644
--- a/tools/libxen/Makefile
+++ b/tools/libxen/Makefile
@@ -51,6 +51,9 @@ libxenapi.a: $(LIBXENAPI_OBJS)
test/test_bindings: test/test_bindings.o libxenapi.so
$(CC) $(LDFLAGS) -o $@ $< -L . -lxenapi
+test/test_hvm_bindings: test/test_hvm_bindings.o libxenapi.so
+ $(CC) $(LDFLAGS) -o $@ $< -L . -lxenapi
+
.PHONY: install
install: all