aboutsummaryrefslogtreecommitdiffstats
path: root/sequel-pro.xcodeproj
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2013-10-27 16:48:52 +0000
committerstuconnolly <stuart02@gmail.com>2013-10-27 16:48:52 +0000
commit55af772428bbe3ba519056df2579d626c1b73461 (patch)
tree04fcf1b4d5446819180bc764b6903b25a1373556 /sequel-pro.xcodeproj
parent0c4901239d3c0e0235e746103879f6278b3bc64f (diff)
downloadsequelpro-55af772428bbe3ba519056df2579d626c1b73461.tar.gz
sequelpro-55af772428bbe3ba519056df2579d626c1b73461.tar.bz2
sequelpro-55af772428bbe3ba519056df2579d626c1b73461.zip
Make sure Xcode 4 correctly runs our unit tests.
Diffstat (limited to 'sequel-pro.xcodeproj')
-rw-r--r--sequel-pro.xcodeproj/project.pbxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/sequel-pro.xcodeproj/project.pbxproj b/sequel-pro.xcodeproj/project.pbxproj
index 6ea188bb..3e6e758c 100644
--- a/sequel-pro.xcodeproj/project.pbxproj
+++ b/sequel-pro.xcodeproj/project.pbxproj
@@ -3027,7 +3027,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "# Add the unit test bundle's Frameworks/ path to the search paths for dynamic libraries\nexport DYLD_FRAMEWORK_PATH=\"${CONFIGURATION_BUILD_DIR}/${FULL_PRODUCT_NAME}/Contents/Frameworks\"\n\n# Run the unit tests in this test bundle\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
+ shellScript = "# Add the unit test bundle's Frameworks/ path to the search paths for dynamic libraries\nexport DYLD_FRAMEWORK_PATH=\"${CONFIGURATION_BUILD_DIR}/${FULL_PRODUCT_NAME}/Contents/Frameworks\"\n\nexport TEST_AFTER_BUILD=YES\n\n# Run the unit tests in this test bundle\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
};
/* End PBXShellScriptBuildPhase section */