File tree Expand file tree Collapse file tree
lib/SimpleImplicitDiscreteSolve Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7"
1111
1212[compat ]
1313DiffEqBase = " 6.164.1"
14+ JET = " 0.9.18, 0.10.4"
1415OrdinaryDiffEqSDIRK = " 1.2.0"
1516Reexport = " 1.2.2"
1617SciMLBase = " 2.74.1"
@@ -19,8 +20,9 @@ Test = "1.10"
1920julia = " 1.10"
2021
2122[extras ]
23+ JET = " c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
2224OrdinaryDiffEqSDIRK = " 2d112036-d095-4a1e-ab9a-08536f3ecdbf"
2325Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
2426
2527[targets ]
26- test = [" OrdinaryDiffEqSDIRK" , " Test" ]
28+ test = [" JET " , " OrdinaryDiffEqSDIRK" , " Test" ]
Original file line number Diff line number Diff line change 1+ import SimpleImplicitDiscreteSolve
2+ using JET
3+
4+ @testset " JET Tests" begin
5+ test_package (
6+ SimpleImplicitDiscreteSolve, target_defined_modules = true , mode = :typo )
7+ end
Original file line number Diff line number Diff line change 6868 @test step[1 ]^ 2 + step[2 ]^ 2 ≈ 16
6969 end
7070end
71+
72+ if isempty (VERSION . prerelease)
73+ include (" jet.jl" )
74+ end
You can’t perform that action at this time.
0 commit comments