Skip to content

Commit ea6bb07

Browse files
committed
Already preview how it looks later, dev both for now until the main package is registered.
1 parent 2947b05 commit ea6bb07

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

test/AlgorithmsInterfaceTestSuite.jl/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
88
AlgorithmsInterface = "d1e3940c-cd12-4505-8585-b0a4b322527d"
99

1010
[compat]
11-
Test = "1.11.0"
11+
Test = "1.10.0"
1212

1313
[sources]
1414
AlgorithmsInterface = {path = "../../"}

test/test_stopping_criterion.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
using Pkg
22
Pkg.activate(@__DIR__)
3+
if VERSION < v"1.11"
4+
# Once the main package is registered: just load test suite
5+
# Pkg.add(path = (@__DIR__) * "/../", subdir = "test/AlgorithmsInterfaceTestSuite.jl")
6+
Pkg.develop(path = (@__DIR__) * "/../")
7+
Pkg.develop(path = (@__DIR__) * "/AlgorithmsInterfaceTestSuite.jl")
8+
end
39
using Test
410
using AlgorithmsInterface
511
using Dates

0 commit comments

Comments
 (0)