1# A bug in Julia 1.6.0's Pkg causes Preferences to be dropped during `Pkg.test()`, so we work around 2# it by explicitly creating a `test/Project.toml` which will correctly communicate any preferences 3# through to the child Julia process. X-ref: https://github.com/JuliaLang/Pkg.jl/issues/2500 4# See also test/Project.toml in FFTW.jl. 5 6[deps] 7LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" 8Preferences = "21216c6a-2e73-6563-6e65-726566657250" 9StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" 10Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" 11libCEED_jll = "762fde13-7596-547b-826d-8223c52d51c1" 12