diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-04-30 14:30:42 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-05-02 17:39:21 +0200 |
commit | 8e6c0c51ff8c58bb2baf784c5c1dda723c90b897 (patch) | |
tree | f00ff93a2edfef200f4392ac69240e8fb1c81da7 /t/objcxx-basic.sh | |
parent | fe2037a22449e700c506e37a59af9c1f4bdfd1b3 (diff) | |
download | automake-8e6c0c51ff8c58bb2baf784c5c1dda723c90b897.tar.gz |
objc: reorganize basic tests
* t/objc.sh, t/objc2.sh: Removed, merged into ...
* t/objc-basic.sh: ... this new test.
* t/objcxx-basic.sh: Add reference to new sister test.
* t/list-of-tests.mk: Update.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/objcxx-basic.sh')
-rwxr-xr-x | t/objcxx-basic.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/objcxx-basic.sh b/t/objcxx-basic.sh index 33b801797..be2cdf752 100755 --- a/t/objcxx-basic.sh +++ b/t/objcxx-basic.sh @@ -13,6 +13,7 @@ # Basic tests on the Objective C++ support that don't actually # require an Objective-C++ compiler. +# See also sister test 'objc-basic.sh'. . ./defs || Exit 1 |