[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Add info about "make check" to the README
From: |
Peter Bex |
Subject: |
Re: [Chicken-hackers] [PATCH] Add info about "make check" to the README |
Date: |
Wed, 12 Sep 2012 22:57:04 +0200 |
User-agent: |
Mutt/1.4.2.3i |
On Wed, Sep 12, 2012 at 04:45:47PM -0400, Mario Domenech Goulart wrote:
> How about:
>
> You can check whether Chicken is functioning correctly by
> running
>
> make <variables you set to build chicken> check
>
> For example, of you have built Chicken with
>
> make PLATFORM=linux C_COMPILER=clang install
>
> just run
>
> make PLATFORM=linux C_COMPILER=clang check
> ?
>
>
> Or maybe something terser like:
>
> You can check whether Chicken is functioning correctly by
> running
>
> make <variables you set to build chicken> check
I prefer the terse variation. Or perhaps:
make <vars> check
where <vars> are all the variables you used while building Chicken.
Cheers,
Peter
--
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
is especially attractive, not only because it can be economically
and scientifically rewarding, but also because it can be an aesthetic
experience much like composing poetry or music."
-- Donald Knuth
Re: [Chicken-hackers] [PATCH] Add info about "make check" to the README, Felix, 2012/09/09