• This project
    • Loading...
  • Sign in

iOS / asi-http-request

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • asi-http-request
  • Frameworks
  • libGHUnitIPhone
  • RunTests.sh
  • Ben Copsey's avatar
    Added up to date GHUnit to project · 884be927 ...
    884be927 Browse Files
    Mac tests now rely on the GHUnit framework (now included with ASIHTTPRequest)
    iPhone tests now rely on the GHUnit static library (also included)
    Ben Copsey authored 2009-05-16 13:26:11 +0100
RunTests.sh 292 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#!/bin/sh

# If we aren't running from the command line, then exit
if [ "$GHUNIT_CLI" != "1" ]; then
  exit 0
fi

export DYLD_ROOT_PATH="$SDKROOT"
export DYLD_FRAMEWORK_PATH="$CONFIGURATION_BUILD_DIR"

"$TARGET_BUILD_DIR/$EXECUTABLE_PATH" -RegisterForSystemEvents
RETVAL=$?

exit $RETVAL