Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For the iPhone or iPhone simulator, the test suite runs within an iPhone application named "Test Suite". You can run it from the Xcode project located in the cpp/test/iPhone/container directory. Note that the C++ tests must be run from Xcode; they won't run if you launch the Test Suite application from the device directly.

Info

The container application project has two targets:

  • container, for default builds linked with libstdc++
  • container c++11, for CPP11=yes builds linked with libc++

...