libvirt/tests
Jim Meyering 9262d88e28 Avoid link errors with "configure --disable-shared".
* src/Makefile.am: Create a convenience library, libvirt_test.la,
and don't restrict access to *its* symbols.
* tests/Makefile.am (LDADDS): Add ../src/libvirt_test.la, so that
"configure --disable-shared" no longer provokes link errors.
(LIBVIRT): Remove definition.
(LDADDS): Remove use.
($(LIBVIRT)): Remove rule.
(LDADDS): Use the new convenience library instead.
(CLEANFILES): Define.
* docs/examples/index.py (dump_Makefile): Append $(COVERAGE_LDFLAGS),
to the LDADDS definition, to avoid link error with the combination of
--enable-test-coverage and --disable-shared.
* docs/examples/Makefile.am: Regenerate.
* docs/examples/index.html: Likewise.
* qemud/Makefile.am (libvirtd_LDFLAGS): Append $(COVERAGE_LDFLAGS).
* src/libvirt_sym.version: Remove some SP-before-TAB.
2008-02-28 17:06:32 +00:00
..
confdata Fix config file reading to not truncate large files 2008-01-07 15:21:33 +00:00
nodeinfodata Use gnulib, starting with its physmem and getaddrinfo modules. 2007-12-05 21:31:07 +00:00
qemuxml2argvdata Fixed PXE network boot config 2007-09-13 22:06:54 +00:00
sexpr2xmldata Added support for booting off kenrel+initrd with HVM guests 2008-02-05 16:21:25 +00:00
virshdata Fixed virsh test suite 2007-01-26 13:10:28 +00:00
xencapsdata Add formal internal capabilities API and update drivers to use it 2008-02-27 04:35:08 +00:00
xmconfigdata Cleanup UUID apis & constants 2007-08-09 20:19:12 +00:00
xml2sexprdata Added support for booting off kenrel+initrd with HVM guests 2008-02-05 16:21:25 +00:00
.cvsignore Fix device name -> number conversion for block stats 2008-01-29 18:36:00 +00:00
conftest.c Enable the <config.h>-requiring test; fix violations 2008-01-29 18:15:54 +00:00
daemon-conf Test libvirtd's config-processing code. 2007-12-11 21:20:13 +00:00
int-overflow Oops, forgot, Daniel 2007-11-12 14:07:37 +00:00
Makefile.am Avoid link errors with "configure --disable-shared". 2008-02-28 17:06:32 +00:00
nodeinfotest.c Enable the <config.h>-requiring test; fix violations 2008-01-29 18:15:54 +00:00
qemuxml2argvtest.c Add formal internal capabilities API and update drivers to use it 2008-02-27 04:35:08 +00:00
qemuxml2xmltest.c Add formal internal capabilities API and update drivers to use it 2008-02-27 04:35:08 +00:00
reconnect.c Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
sexpr2xmltest.c Added support for booting off kenrel+initrd with HVM guests 2008-02-05 16:21:25 +00:00
statstest.c With --without-xen, avoid warning about unused function. 2008-02-22 12:33:47 +00:00
test_conf.sh Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
test_xmlrpc.sh XML-RPC tests 2006-05-09 15:35:46 +00:00
testutils.c Enable the <config.h>-requiring test; fix violations 2008-01-29 18:15:54 +00:00
testutils.h Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
virshtest.c Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
xencapstest.c Add formal internal capabilities API and update drivers to use it 2008-02-27 04:35:08 +00:00
xmconfigtest.c Enable the <config.h>-requiring test; fix violations 2008-01-29 18:15:54 +00:00
xml2sexprtest.c Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
xmlrpcserver.py XML-RPC tests 2006-05-09 15:35:46 +00:00
xmlrpctest.c Remove more useless if tests before "free"-like functions. 2008-02-07 16:49:29 +00:00