We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796e560 commit bda1997Copy full SHA for bda1997
test/runtests.jl
@@ -91,8 +91,7 @@ module TestJLL end
91
# Package with a augment_platform!
92
@static if VERSION >= v"1.6.0-DEV"
93
Pkg.develop(PackageSpec(path=joinpath(@__DIR__, "LAMMPS_jll")))
94
- Pkg.instantiate()
95
- @test_nowarn @eval TestJLL using LAMMPS_jll
+ @test_nowarn(@eval TestJLL using LAMMPS_jll)
96
@test @eval TestJLL LAMMPS_jll.is_available()
97
@test @eval TestJLL LAMMPS_jll.abi == (Sys.iswindows() ? :MicrosoftMPI : :MPICH)
98
@test isfile(@eval TestJLL LAMMPS_jll.liblammps_path)
0 commit comments