Questions tagged [octest]

18 questions
0
votes
1 answer

XCode: Run script after application unitest to copy files from device

I run an application test from XCode on my device. The test creates some files on the device. After the tests has finihsed i would like to copy these file from the device to my machine. Does anyone know how to achieve that? I am using XCode…
derbian
  • 57
  • 1
  • 5
0
votes
1 answer

How do I link my executable to my test bundle when debugging test using otest?

I'm using kind of a hybrid of Chris Hanson's excellent Xcode unit testing guide. My program is a (command-line) application (which precludes using the executable itself to run the tests), but I need to be able to debug my unit tests. So what I have…
Redwood
  • 66,744
  • 41
  • 126
  • 187
0
votes
2 answers

Unit testing Objective-C++ frameworks with Xcode 4.x

I'm writing a framework using Objective C++ and I am having trouble setting up unit tests for it. Compiling just the framework target works fine. But when I tell Xcode to compile and run the test bundle I get: Ld…
mtree
  • 617
  • 2
  • 6
  • 18
1
2