Skip to content

Commit a856294

Browse files
committed
Separate public-facing and library-private source files
1 parent 446bc73 commit a856294

30 files changed

+128
-110
lines changed
File renamed without changes.

XCTest.xcodeproj/project.pbxproj

Lines changed: 127 additions & 109 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)