From 90490cce920eb45b480cff3690ae01e5e2241794 Mon Sep 17 00:00:00 2001 From: das Date: Fri, 20 Oct 2006 16:47:43 +0000 Subject: fix configurations of 'tests' target --- macosx/Tcl.xcodeproj/project.pbxproj | 15 +++++++++------ 1 file 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; -- cgit v0.12