Skip to content

Commit

Permalink
Trying to print useful environment-related info
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Feb 11, 2021
1 parent 092ec37 commit 37b736d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
@info(
"Start testing with:",
pwd(),
Base.current_project(),
Base.load_path(),
Text(Base.load_path_setup_code()),
)
let Pkg = Base.require(Base.PkgId(
Base.UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f"),
"Pkg",
))
Pkg.status(mode = Pkg.PKGMODE_MANIFEST)
end
@info "Trying to `using KernelAbstractions` etc..."

using KernelAbstractions
using CUDAKernels
using Test
Expand Down

0 comments on commit 37b736d

Please sign in to comment.