libvirt/tests
Jim Meyering 5bf824ea10 convert TAB-based indentation in C sources to use only spaces
Done using this command (also includes .c.in and .h.in files):
for i in $(g ls-files|grep -E '\.[ch](\.in)?$'|grep -v gnulib); do
  expand -i $i > j && mv j $i;done
2008-04-10 16:54:54 +00:00
..
confdata * NEWS virsh.1 docs//* include/libvirt/libvirt.h[.in] qemud/mdns.h 2008-03-17 10:27:31 +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 convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54: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 Don't fail to read a file because it's non-seekable (e.g., a pipe). 2008-04-08 15:33:16 +00:00
nodeinfotest.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
qemuxml2argvtest.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
qemuxml2xmltest.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
read-non-seekable Don't fail to read a file because it's non-seekable (e.g., a pipe). 2008-04-08 15:33:16 +00:00
reconnect.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
sexpr2xmltest.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
statstest.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +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
test-lib.sh Don't fail to read a file because it's non-seekable (e.g., a pipe). 2008-04-08 15:33:16 +00:00
testutils.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
testutils.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
vcpupin * tests/vcpupin: Add a test for the 2008-04-04 virsh.c bugfix. 2008-04-07 12:12:34 +00:00
virshtest.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
xencapstest.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
xmconfigtest.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
xml2sexprtest.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
xmlrpcserver.py XML-RPC tests 2006-05-09 15:35:46 +00:00
xmlrpctest.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00