Re: [PATCH 5/6] objc++: test more automatic dependency tracking

2012-04-30 Thread Stefano Lattarini
On 04/30/2012 03:31 PM, Peter Breitenlohner wrote: > On Mon, 30 Apr 2012, Stefano Lattarini wrote: > >> Hi Peter, thanks for the patch. However, I've opted for a more >> "semantic" approach, implemented by the attached test case. > > Hi Stefano, > > fine with me (except for a typo s/autocon,/au

Re: [PATCH 5/6] objc++: test more automatic dependency tracking

2012-04-30 Thread Peter Breitenlohner
On Mon, 30 Apr 2012, Stefano Lattarini wrote: Hi Peter, thanks for the patch. However, I've opted for a more "semantic" approach, implemented by the attached test case. Hi Stefano, fine with me (except for a typo s/autocon,/autoconf,/. But please note that these tests will fail if gcc/g++ d

Re: [PATCH 5/6] objc++: test more automatic dependency tracking

2012-04-30 Thread Stefano Lattarini
Hi Peter, thanks for the patch. However, I've opted for a more "semantic" approach, implemented by the attached test case. Regards, Stefano objcxx-deps.sh Description: Bourne shell script

[PATCH 5/6] objc++: test more automatic dependency tracking

2012-04-30 Thread Peter Breitenlohner
* t/objcxx-deps2.sh: New test. Signed-off-by: Peter Breitenlohner --- t/objcxx-deps2.sh | 58 + 1 files changed, 58 insertions(+), 0 deletions(-) create mode 100755 t/objcxx-deps2.sh diff --git a/t/objcxx-deps2.sh b/t/objcxx-deps2.sh new fi