/
githubmirror
/
julia
Обзор
Документация
Войти
/
githubmirror
/
julia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Compiler/test/runtests.jl
15 строк
443 B
Cédric Belmant
Run Compiler tests in parallel for `Pkg.test`, continued (#57987)
07 апр 2025, 17:26
Не верифицирован
07 апр 2025, 17:26
9d00b57
Код
Авторство
О чём код?
# This file is a part of Julia. License is MIT: https://julialang.org/license Base.runtests(["Compiler"]; propagate_project=true) #= # To run serially using Test, Compiler @testset "Compiler.jl" begin for file in readlines(joinpath(@__DIR__, "testgroups")) file == "special_loading" && continue # Only applicable to Base.Compiler testfile = file * ".jl" @eval @testset $testfile include($testfile) end end =#