Skip to content

Commit 96091d7

Browse files
tomaszpieczykolancompnerd
authored andcommitted
Add an instruction for running unit tests
1 parent 38f8f91 commit 96091d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,9 @@ mt -nologo -manifest Examples\UICatalog\UICatalog.exe.manifest -outputresource:.
4343
copy Examples\UICatalog\Info.plist .build\x86_64-unknown-windows-msvc\debug\
4444
.build\x86_64-unknown-windows-msvc\debug\UICatalog.exe
4545
```
46+
47+
## Running tests
48+
49+
In order to run unit tests of Swift/Win32 you need to:
50+
1. Open `x64 Native Tools Command Prompt for VS 2019`.
51+
2. Run `swift test -Xswiftc -DENABLE_TESTING`.

0 commit comments

Comments
 (0)