[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] tests: allow tests to learn where a module is present
From: |
Eric Blake |
Subject: |
Re: [PATCH 1/2] tests: allow tests to learn where a module is present |
Date: |
Fri, 06 May 2011 15:41:15 -0600 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.10 |
On 05/04/2011 04:39 PM, Eric Blake wrote:
> Set up framework to tell from within a test whether a module
> exists in just tests or also in libs.
>
> * m4/gnulib-common.m4 (gl_MODULE_INDICATOR): Refine definition.
> * gnulib-tool (func_note_Makefile_am_edit): Update condition
> output.
>
> Signed-off-by: Eric Blake <address@hidden>
> ---
>
> By making a module indicator 0 (not present), 1 (present in
> the current compilation directory), or 2 (present by test
> inheritance but not in the current compilation directory),
> we can make smarter decisions about what to test.
Dropping this patch for now. It's in the archive if we ever need to
revisit this issue for some other module combination.
--
Eric Blake address@hidden +1-801-349-2682
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- gl_MODULE_INDICATOR, Eric Blake, 2011/05/04
- [PATCH 1/2] tests: allow tests to learn where a module is present, Eric Blake, 2011/05/04
- Re: gl_MODULE_INDICATOR, Bruno Haible, 2011/05/05
- Re: gl_MODULE_INDICATOR, Eric Blake, 2011/05/05
- Re: two semantics of fclose(), Bruno Haible, 2011/05/05
- Re: two semantics of fclose(), Eric Blake, 2011/05/05
- Re: two semantics of fclose(), Jim Meyering, 2011/05/06
- Re: two semantics of fclose(), Bruno Haible, 2011/05/06
- [PATCH] fclose: guarantee behavior on seekable stdin, Eric Blake, 2011/05/06
- Re: [PATCH] fclose: guarantee behavior on seekable stdin, Bruno Haible, 2011/05/06
- Re: [PATCH] fclose: guarantee behavior on seekable stdin, Bruno Haible, 2011/05/07