Re: Using bash scripts as tests for 'make check'

2010-07-03 Thread Sam Silla
> > 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

Re: Using bash scripts as tests for 'make check'

2010-07-03 Thread Peter Johansson
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

Using bash scripts as tests for 'make check'

2010-07-03 Thread Sam Silla
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