[Pkg-libvirt-commits] [libguestfs] 220/384: tests: don't add test-dlopen twice

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 29 16:57:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 83eea0b197aed3b303fb7e986af7f4270e6cecde
Author: Pino Toscano <ptoscano at redhat.com>
Date:   Thu Jan 29 12:00:32 2015 +0100

    tests: don't add test-dlopen twice
    
    test-dlopen needs to be added only when libdl is available, and it is
    like that already (within if HAVE_LIBDL); hence don't unconditionally
    add it as well.
---
 tests/c-api/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/c-api/Makefile.am b/tests/c-api/Makefile.am
index e2cab37..7bfffe5 100644
--- a/tests/c-api/Makefile.am
+++ b/tests/c-api/Makefile.am
@@ -47,7 +47,6 @@ TESTS = \
 	tests \
 	test-just-header \
 	test-create-handle \
-	test-dlopen \
 	test-config \
 	test-add-drive-opts \
 	test-last-errno \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list