On 02/04/2014 06:06 AM, Ján Tomko wrote:
On 01/30/2014 06:50 PM, John Ferlan wrote:
> Adding tests for new virKMod{Config|Load|Unload}() API's.
>
> A test for virKModIsBlacklisted() would require some setup which cannot
> be assumed.
>
> Signed-off-by: John Ferlan <jferlan(a)redhat.com>
> ---
> .gitignore | 2 +
> tests/Makefile.am | 5 ++
> tests/virkmodtest.c | 183 ++++++++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 190 insertions(+)
> create mode 100644 tests/virkmodtest.c
>
> diff --git a/.gitignore b/.gitignore
> index 96b7211..79437e9 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -70,6 +70,7 @@
> /docs/libvirt-refs.xml
> /docs/search.php
> /docs/todo.html.in
> +/examples/domain-events/
> /examples/object-events/event-test
> /examples/dominfo/info1
> /examples/domsuspend/suspend
Unrelated change.
OK - I'll send this separately (trivially).
John