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