Added AOT tests to doc, these may fail a lot in the future. (#16307)

This commit is contained in:
Tuomas Hietanen 2023-11-24 09:12:15 +00:00 коммит произвёл GitHub
Родитель 2834b34cdd
Коммит d079a77fc2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -24,6 +24,7 @@ build -testFSharpQA -c Release -ci -nobl
build -testFSharpCore -c Release
build -testScripting -c Release
build -testVs -c Release
build -testAOT -c Release
build -testAll -c Release
```
@ -37,6 +38,7 @@ build -testAll -c Release
| testCambridge | Windows | Runs the Cambridge suite tests |
| testFSharpQA | Windows | Runs the FSharpQA tests, requires Perl |
| testVS | Windows + VS | Runs all VS integration tests |
| testAOT | Windows | Run AOT/Trimming tests |
| testCompiler | Windows | Runs a few quick compiler tests |
| testScripting | Windows | Runs scripting fsx and fsi commandline tests |
| test | Windows | Same as testDesktop |