Add: julia-0.6.2
Former-commit-id: ccc667cf67d569f3fb3df39aa57c2134755a7551
This commit is contained in:
8
julia-0.6.2/share/julia/test/sysinfo.jl
Normal file
8
julia-0.6.2/share/julia/test/sysinfo.jl
Normal file
@@ -0,0 +1,8 @@
|
||||
# This file is a part of Julia. License is MIT: https://julialang.org/license
|
||||
|
||||
# We can't guarantee that these are correct, but we can at least check
|
||||
# that they run
|
||||
@test length(Base.Sys.cpu_info()) > 0
|
||||
sprint(Base.Sys.cpu_summary)
|
||||
@test Base.Sys.uptime() > 0
|
||||
Base.Sys.loadavg()
|
||||
Reference in New Issue
Block a user