Skip to content

Commit 68f777a

Browse files
committed
Separate public-facing and library-private source files
1 parent 4f7b21c commit 68f777a

29 files changed

+124
-106
lines changed
File renamed without changes.

XCTest.xcodeproj/project.pbxproj

Lines changed: 123 additions & 105 deletions
Large diffs are not rendered by default.

build_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def build(args):
123123
_mkdirp(build_dir)
124124

125125
sourcePaths = glob.glob(os.path.join(
126-
SOURCE_DIR, 'Sources', 'XCTest', '*.swift'))
126+
SOURCE_DIR, 'Sources', 'XCTest', '*', '*.swift'))
127127

128128
if args.build_style == "debug":
129129
style_options = "-g"

0 commit comments

Comments
 (0)