We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f8f91 commit 96091d7Copy full SHA for 96091d7
README.md
@@ -43,3 +43,9 @@ mt -nologo -manifest Examples\UICatalog\UICatalog.exe.manifest -outputresource:.
43
copy Examples\UICatalog\Info.plist .build\x86_64-unknown-windows-msvc\debug\
44
.build\x86_64-unknown-windows-msvc\debug\UICatalog.exe
45
```
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