>
> 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
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
Hello,
I'm trying to define 'make check' so that it will run a bash script in the
parent directory of all my binaries.
The parent Makefile.am currently looks like this:
SUBDIRS = \
C \
CPP \
TEST: simple_test
# end of makefile
The simple_test file is the bash script I'm using to test the pr