]> git.ipfire.org Git - thirdparty/libvirt.git/commit
string: test VIR_STRDUP
authorEric Blake <eblake@redhat.com>
Tue, 7 May 2013 21:26:28 +0000 (15:26 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 16 May 2013 01:28:00 +0000 (19:28 -0600)
commit504b4a8dae06330ba1735a28c316c1c68a32c471
tree5cb819f3780a3013c5b779f3638cf9bbf28a649b
parent36c0a791e6936d1f2eba1b810288cc82a25d7f47
string: test VIR_STRDUP

The surest way to avoid regressions is to test documented behavior :)

* tests/virstringtest.c (testStrdup): New test case.

Signed-off-by: Eric Blake <eblake@redhat.com>
tests/virstringtest.c