bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gnulib] FYI: "make check" for gnulib/lib


From: Bruno Haible
Subject: Re: [bug-gnulib] FYI: "make check" for gnulib/lib
Date: Mon, 20 Nov 2006 19:10:09 +0100
User-agent: KMail/1.9.1

Hi Jim,

>       The beginnings of syntax-related checks for gnulib.

Nice! Since such checks may also be useful for the other parts, I'm
adding this as the main Makefile - room for other platform independent checks.

> Why didn't I bother with autoconf/automake/etc?

I agree with you: these are platform independent tests by design, and
shouldn't need autoconf.

Bruno


=========================== Makefile ===============================
# Makefile for gnulib central.
# Copyright (C) 2006 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
# notice and this notice are preserved.

# Produce some files that are not stored in CVS.
all:

# Perform some platform independent checks on the gnulib code.
check:

# Regenerate some files that are stored in CVS; you should commit them
# afterwards.
regen: MODULES.html

MODULES.html: MODULES.html.sh
        ./MODULES.html.sh > MODULES.html




reply via email to

[Prev in Thread] Current Thread [Next in Thread]