diff options
author | das <das> | 2006-10-20 16:47:43 (GMT) |
---|---|---|
committer | das <das> | 2006-10-20 16:47:43 (GMT) |
commit | 90490cce920eb45b480cff3690ae01e5e2241794 (patch) | |
tree | b4a34b5b1abba030cae13fbd42cc219d203d0dd7 | |
parent | d3e1aa1876716ce04f520834edee8125724daac9 (diff) | |
download | tcl-90490cce920eb45b480cff3690ae01e5e2241794.zip tcl-90490cce920eb45b480cff3690ae01e5e2241794.tar.gz tcl-90490cce920eb45b480cff3690ae01e5e2241794.tar.bz2 |
fix configurations of 'tests' target
-rw-r--r-- | macosx/Tcl.xcodeproj/project.pbxproj | 15 |
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; |