Skip to content

Commit 458c8c1

Browse files
more debug
1 parent ce4156c commit 458c8c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/dependencies.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ end
178178
]
179179
platform = HostPlatform()
180180
@show dependencies getpkg.(dependencies)
181+
@show foreach(Pkg.API.handle_package_input!, deepcopy(getpkg.(dependencies)))
181182
ap = test_setup_dependencies(prefix, getpkg.(dependencies), platform)
182183
@test "libz." * platform_dlext(platform) in readdir(last(libdirs(Prefix(destdir(dir, platform)))))
183184
@test sort!(readdir(joinpath(destdir(dir, platform), "include"))) == ["zconf.h", "zlib.h"]

0 commit comments

Comments
 (0)