Skip to content

Commit

Permalink
Stdlib JLLs: add Test to the list of test-only dependencies (JuliaL…
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Jun 16, 2021
1 parent c366be5 commit dd94ceb
Show file tree
Hide file tree
Showing 19 changed files with 114 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stdlib/CompilerSupportLibraries_jll/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
6 changes: 6 additions & 0 deletions stdlib/GMP_jll/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
6 changes: 6 additions & 0 deletions stdlib/LLVMLibUnwind_jll/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
6 changes: 6 additions & 0 deletions stdlib/LibGit2_jll/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
6 changes: 6 additions & 0 deletions stdlib/LibSSH2_jll/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
6 changes: 6 additions & 0 deletions stdlib/LibUV_jll/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
6 changes: 6 additions & 0 deletions stdlib/LibUnwind_jll/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
6 changes: 6 additions & 0 deletions stdlib/MPFR_jll/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
6 changes: 6 additions & 0 deletions stdlib/MbedTLS_jll/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
6 changes: 6 additions & 0 deletions stdlib/OpenBLAS_jll/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
julia = "1.7"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
6 changes: 6 additions & 0 deletions stdlib/OpenLibm_jll/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
julia = "1.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
6 changes: 6 additions & 0 deletions stdlib/PCRE2_jll/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
6 changes: 6 additions & 0 deletions stdlib/SuiteSparse_jll/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
julia = "1.7"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
6 changes: 6 additions & 0 deletions stdlib/Zlib_jll/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"

[compat]
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
6 changes: 6 additions & 0 deletions stdlib/dSFMT_jll/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
6 changes: 6 additions & 0 deletions stdlib/libLLVM_jll/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
julia = "1.7"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
6 changes: 6 additions & 0 deletions stdlib/libblastrampoline_jll/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ OpenBLAS_jll = "4536629a-c528-5b80-bd46-f80d51c5b363"

[compat]
julia = "1.7"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
6 changes: 6 additions & 0 deletions stdlib/nghttp2_jll/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
6 changes: 6 additions & 0 deletions stdlib/p7zip_jll/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

0 comments on commit dd94ceb

Please sign in to comment.