@@ -20,18 +20,19 @@ Tests
2020
2121Here is a partial list of tests in the repository:
2222
23- | Test Name | Functionality |
24- | --------------------------| ------------------------------------------------------------------|
25- | basic | Check output of ` swift --version ` |
26- | example-package-dealer | Build the example package-dealer package |
27- | repl | Various REPL sanity checks, notably importing Darwin and Glibc |
28- | swift-build-self-host | Use swift build to build itself |
29- | swift-compiler | Compile a basic swift file |
30- | test-c-library-swiftpm | Build a package that links a 3rd party library |
31- | test-foundation-package | Build a package that imports Foundation |
32- | test-import-glibc | Compile a source file importing and using Glibc |
33- | test-multi-compile | Compile multiple source files into an executable |
34- | test-multi-compile-glibc | Compile multiple source files importing Glibc into an executable |
35- | test-static-lib | Compile multiple source files into a static library |
36- | test-xctest-package | Build a package that imports XCTest |
23+ | Test Name | Functionality |
24+ | ----------------------------| ------------------------------------------------------------------|
25+ | basic | Check output of ` swift --version ` |
26+ | example-package-dealer | Build the example package-dealer package |
27+ | repl | Various REPL sanity checks, notably importing Darwin and Glibc |
28+ | swift-build-self-host | Use swift build to build itself |
29+ | swift-compiler | Compile a basic swift file |
30+ | test-c-library-swiftpm | Build a package that links a 3rd party library |
31+ | test-foundation-package | Build a package that imports Foundation |
32+ | test-import-glibc | Compile a source file importing and using Glibc |
33+ | test-multi-compile | Compile multiple source files into an executable |
34+ | test-multi-compile-glibc | Compile multiple source files importing Glibc into an executable |
35+ | test-static-lib | Compile multiple source files into a static library |
36+ | test-xctest-package | Build a package that imports XCTest |
37+ | test-swift-testing-package | Build a package that imports Swift Testing |
3738
0 commit comments