We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a1347 commit 751f40eCopy full SHA for 751f40e
swift-package-init-tool.md
@@ -7,6 +7,7 @@ RUN: rm -rf %t.dir
7
RUN: mkdir -p %t.dir/Project
8
RUN: %{swift-package} --package-path %t.dir/Project init --type tool
9
RUN: rm -rf %t.dir/Project/Sources/*
10
+RUN: echo "print(\"Hello, World!\")" >%t.dir/Project/Sources/main.swift
11
RUN: %{swift-build} --package-path %t.dir/Project 2>&1 | tee %t.build-log
12
```
13
0 commit comments