You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user doesn't care about where the built products are located,
they may omit the "--build-dir" flag, and the build script will
generate a temporary directory for them.
This allows the tests to be run on Linux with a very simple command:
```
$ ./build_script.py --swiftc `which swiftc` --test
```
0 commit comments