diff options
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Tcl.xcodeproj/default.pbxuser | 2 | ||||
-rw-r--r-- | macosx/Tcl.xcodeproj/project.pbxproj | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/macosx/Tcl.xcodeproj/default.pbxuser b/macosx/Tcl.xcodeproj/default.pbxuser index 5444995..4a2e8aa 100644 --- a/macosx/Tcl.xcodeproj/default.pbxuser +++ b/macosx/Tcl.xcodeproj/default.pbxuser @@ -30,12 +30,10 @@ NO, NO, NO, - NO, ); argumentStrings = ( "${SRCROOT}/../../tcl/tests/all.tcl", "-singleproc 1", - "-constraints newExprParser", "-verbose \"bet\"", ); autoAttachOnCrash = 1; diff --git a/macosx/Tcl.xcodeproj/project.pbxproj b/macosx/Tcl.xcodeproj/project.pbxproj index 0028aa5..563ed90 100644 --- a/macosx/Tcl.xcodeproj/project.pbxproj +++ b/macosx/Tcl.xcodeproj/project.pbxproj @@ -2391,7 +2391,7 @@ isa = XCBuildConfiguration; buildSettings = { PRODUCT_NAME = tests; - TCLTEST_OPTIONS = "-constraints newExprParser -verbose bet"; + TCLTEST_OPTIONS = "-verbose bet"; TCL_LIBRARY = "${SRCROOT}/../../tcl/library"; TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest"; }; @@ -2401,7 +2401,7 @@ isa = XCBuildConfiguration; buildSettings = { PRODUCT_NAME = tests; - TCLTEST_OPTIONS = "-constraints newExprParser -verbose bet"; + TCLTEST_OPTIONS = "-verbose bet"; TCL_LIBRARY = "${SRCROOT}/../../tcl/library"; TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest"; }; @@ -2411,7 +2411,7 @@ isa = XCBuildConfiguration; buildSettings = { PRODUCT_NAME = tests; - TCLTEST_OPTIONS = "-constraints newExprParser -verbose bet"; + TCLTEST_OPTIONS = "-verbose bet"; TCL_LIBRARY = "${SRCROOT}/../../tcl/library"; TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest"; }; @@ -2421,7 +2421,7 @@ isa = XCBuildConfiguration; buildSettings = { PRODUCT_NAME = tests; - TCLTEST_OPTIONS = "-constraints newExprParser -verbose bet"; + TCLTEST_OPTIONS = "-verbose bet"; TCL_LIBRARY = "${SRCROOT}/../../tcl/library"; TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest"; }; |