Skip to content

Commit

Permalink
update integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Oct 19, 2023
1 parent bdf76fb commit 176ffd4
Show file tree
Hide file tree
Showing 16 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/templates/feature_1/R/Requires/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[1]
julia = "1"
UUIDs = "1"
1 change: 1 addition & 0 deletions test/templates/feature_2/R/Requires/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[1-2]
julia = "1"
UUIDs = "1"
1 change: 1 addition & 0 deletions test/templates/feature_3/R/Req/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[1]
julia = "1"
UUIDs = "1"
1 change: 1 addition & 0 deletions test/templates/feature_4/R/Requires/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[1-2]
julia = "1"
UUIDs = "1"
1 change: 1 addition & 0 deletions test/templates/feature_5/R/Requires/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[1-2]
julia = "1"
UUIDs = "1"
4 changes: 4 additions & 0 deletions test/templates/feature_5/R/ResettableStacks/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
["0-0.4"]
julia = "0.7-1"
Random = "0.7-1"
Test = "0.7-1"

["0.5-1"]
julia = "1"
Random = "1"
Test = "1"
2 changes: 2 additions & 0 deletions test/templates/feature_6/jll/H/HelloWorldC_jll/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[1]
julia = "1.3.0-1"
Libdl = "1.3.0-1"
Pkg = "1.3.0-1"
4 changes: 4 additions & 0 deletions test/templates/feature_7/jll/H/HelloWorldC_jll/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
["1-1.0.6"]
julia = "1.3.0-1"
Libdl = "1.3.0-1"
Pkg = "1.3.0-1"

["1.0.8-1"]
julia = "1"
Libdl = "1"
Pkg = "1"
2 changes: 2 additions & 0 deletions test/templates/feature_8/jll/H/HelloWorldC_jll/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[1]
julia = "1.3.0-1"
LinearAlgebra = "1.3.0-1"
Pkg = "1.3.0-1"
1 change: 1 addition & 0 deletions test/templates/master_2/R/Requires/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[1]
julia = "1"
UUIDs = "1"
1 change: 1 addition & 0 deletions test/templates/master_3/R/Requires/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[1]
julia = "1"
UUIDs = "1"
4 changes: 4 additions & 0 deletions test/templates/master_3/R/ResettableStacks/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
["0-0.4"]
julia = "0.7-1"
Random = "0.7-1"
Test = "0.7-1"

["0.5-1"]
julia = "1"
Random = "1"
Test = "1"
2 changes: 2 additions & 0 deletions test/templates/master_4/jll/H/HelloWorldC_jll/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[1]
julia = "1.3.0-1"
Libdl = "1.3.0-1"
Pkg = "1.3.0-1"
1 change: 1 addition & 0 deletions test/templates/public_2/R/Req/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[1-2]
julia = "1"
UUIDs = "1"
1 change: 1 addition & 0 deletions test/templates/public_3/R/Requires/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[1-2]
julia = "1"
UUIDs = "1"
1 change: 1 addition & 0 deletions test/templates/public_4/R/Requires/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[0-1]
julia = "1"
UUIDs = "1"

0 comments on commit 176ffd4

Please sign in to comment.