Skip to content

Commit d6c58f5

Browse files
authored
Merge pull request #109 from bitjammer/acgarland/rdar-105701394-update-swiftpm-init
2 parents a0a1347 + 751f40e commit d6c58f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swift-package-init-tool.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN: rm -rf %t.dir
77
RUN: mkdir -p %t.dir/Project
88
RUN: %{swift-package} --package-path %t.dir/Project init --type tool
99
RUN: rm -rf %t.dir/Project/Sources/*
10+
RUN: echo "print(\"Hello, World!\")" >%t.dir/Project/Sources/main.swift
1011
RUN: %{swift-build} --package-path %t.dir/Project 2>&1 | tee %t.build-log
1112
```
1213

0 commit comments

Comments
 (0)