[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Attempting to unit test
From: |
Tom Tromey |
Subject: |
Re: Attempting to unit test |
Date: |
18 Nov 2000 13:38:32 -0700 |
>>>>> "Pavel" == Pavel Roskin <address@hidden> writes:
>> check_PROGRAMS = test_program
>> test_program_SOURCES = test.C
Pavel> You have discovered a bug in Automake. It still exists in the
Pavel> current CVS version.
Pavel> Don't start lines in Makefile.am with spaces. Automake will not
Pavel> recognize them, neither will it warn you.
Do you think it would be better to warn or to simply recognize lines
like that?
Making the change is easy. I'm a bit concerned about what it might
break though. Sometimes people use weird hacks like this to fool
automake.
Tom