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 6b680a4 commit 21ca5ffCopy full SHA for 21ca5ff
test/runtests.jl
@@ -271,6 +271,15 @@ end
271
end
272
273
cd(rootdir_examples_MyLib) do
274
+ # We need to go into examples/MyLib/build/ and dev this copy of PackageCompiler.jl
275
+ code = """
276
+ import Pkg
277
+ Pkg.develop(;path = "$(rootdir)")
278
+ """
279
+ cmd = `$(Base.julia_cmd()[1]) --project="./build" -e "$(code)"`
280
+ run(cmd)
281
+
282
283
# We don't want to assume that the machine running the tests has `make` installed
284
# and available in the PATH. Therefore, we use the `GNUMake_jll.jl`` package.
285
my_run(`$(GNUMake_jll.make())`)
0 commit comments