From 5571b3d1849bde9c3e54724e15a5fa8c5370f178 Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Wed, 6 May 2015 10:37:22 -0230 Subject: Only add csharp to all-cross on Windows, add objective-c to all-cross on OSX. --- objective-c/test/Ice/ami/AMITest.ice | 2 ++ objective-c/test/Ice/ami/TestI.m | 4 ++++ 2 files changed, 6 insertions(+) (limited to 'objective-c/test') diff --git a/objective-c/test/Ice/ami/AMITest.ice b/objective-c/test/Ice/ami/AMITest.ice index b0c0e8606fe..4940c472a6b 100644 --- a/objective-c/test/Ice/ami/AMITest.ice +++ b/objective-c/test/Ice/ami/AMITest.ice @@ -30,6 +30,8 @@ interface TestIntf int opBatchCount(); bool waitForBatch(int count); void shutdown(); + + bool supportsFunctionalTests(); }; interface TestIntfController diff --git a/objective-c/test/Ice/ami/TestI.m b/objective-c/test/Ice/ami/TestI.m index 1c4c493540a..37701137c8d 100644 --- a/objective-c/test/Ice/ami/TestI.m +++ b/objective-c/test/Ice/ami/TestI.m @@ -90,6 +90,10 @@ } return NO; } +-(BOOL) supportsFunctionalTests:(ICECurrent *)current +{ + return NO; +} @end @implementation TestAMITestIntfControllerI -- cgit v1.2.3