summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordas <das@noemail.net>2006-10-20 16:47:42 (GMT)
committerdas <das@noemail.net>2006-10-20 16:47:42 (GMT)
commit1192b89bed59ff79f2e6d13f7a9c9a68f663138d (patch)
treeb4a34b5b1abba030cae13fbd42cc219d203d0dd7 /macosx
parentc655f26d9124c6a9a8c78601346b088b93ca201f (diff)
downloadtcl-1192b89bed59ff79f2e6d13f7a9c9a68f663138d.zip
tcl-1192b89bed59ff79f2e6d13f7a9c9a68f663138d.tar.gz
tcl-1192b89bed59ff79f2e6d13f7a9c9a68f663138d.tar.bz2
fix configurations of 'tests' target
FossilOrigin-Name: 635dff9ad69acba938f995ff3043eb7dc15f716d
Diffstat (limited to 'macosx')
-rw-r--r--macosx/Tcl.xcodeproj/project.pbxproj15
1 files changed, 9 insertions, 6 deletions
diff --git a/macosx/Tcl.xcodeproj/project.pbxproj b/macosx/Tcl.xcodeproj/project.pbxproj
index 6979db5..c33a3bf 100644
--- a/macosx/Tcl.xcodeproj/project.pbxproj
+++ b/macosx/Tcl.xcodeproj/project.pbxproj
@@ -2395,8 +2395,9 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = tests;
- TCLTEST_OPTIONS = "-verbose bet";
- TCL_LIBRARY = "${SRCROOT}/../../tcl/library";
+ TCLTEST_OPTIONS = "";
+ TCL_LIBRARY = "${TCL_SRCROOT}/library";
+ TCL_SRCROOT = "${SRCROOT}/../../tcl";
TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
};
name = Debug;
@@ -2405,8 +2406,9 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = tests;
- TCLTEST_OPTIONS = "-verbose bet";
- TCL_LIBRARY = "${SRCROOT}/../../tcl/library";
+ TCLTEST_OPTIONS = "";
+ TCL_LIBRARY = "${TCL_SRCROOT}/library";
+ TCL_SRCROOT = "${SRCROOT}/../../tcl";
TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
};
name = Release;
@@ -2426,8 +2428,9 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = tests;
- TCLTEST_OPTIONS = "-verbose bet";
- TCL_LIBRARY = "${SRCROOT}/../../tcl/library";
+ TCLTEST_OPTIONS = "";
+ TCL_LIBRARY = "${TCL_SRCROOT}/library";
+ TCL_SRCROOT = "${SRCROOT}/../../tcl";
TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest";
};
name = ReleaseUniversal;