[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using bash scripts as tests for 'make check'
From: |
Stefano Lattarini |
Subject: |
Re: Using bash scripts as tests for 'make check' |
Date: |
Sun, 4 Jul 2010 11:14:00 +0200 |
User-agent: |
KMail/1.12.1 (Linux/2.6.30-2-686; KDE/4.3.4; i686; ; ) |
At Sunday 04 July 2010, Sam Silla wrote:
> > Hi Sam,
> >
> > On 7/3/10 6:52 PM, Sam Silla wrote:
> >> TEST: simple_test
> >
> > Looks like a typo; should it be "TESTS = simple_test"?
> >
> > cheers,
> > Peter
>
> Sorry I typed up the Makefile.am here, it was correct originally.
> So the problem still remains for me.
>
> Sam
>
Are you sure automake is not choking on your Makefile.am?
If I try to run automake 1.11.1 with that Makefile.am, it (correctly)
reports the following errors:
Makefile.am:2: blank line following trailing backslash
Makefile.am:5: blank line following trailing backslash
Which version of automake are you using?
Regards,
Stefano