]> xenbits.xensource.com Git - people/dariof/libvirt.git/commit
Split TLS test into two separate tests
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 5 Aug 2013 15:49:24 +0000 (16:49 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 8 Aug 2013 09:00:42 +0000 (10:00 +0100)
commit236da82dae14a36cf373e3e7af622d9d6f40ecb8
treeb7bb4690c535e52a41891368b469fd227bab73fa
parented7e7c7d1058c64ef15114b691cf80e380596483
Split TLS test into two separate tests

The virnettlscontexttest.c tests both virNetTLSContext
and virNetTLSSession functionality. Split into two
separate tests, to make the code size more manageable

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
cfg.mk
tests/Makefile.am
tests/virnettlscontexttest.c
tests/virnettlshelpers.c [new file with mode: 0644]
tests/virnettlshelpers.h [new file with mode: 0644]
tests/virnettlssessiontest.c [new file with mode: 0644]