Re: [PATCH 3/6] objc++: test 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 test case attached to the patch [5/6] later in this series. Regards, Stefano

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

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