File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[deps ]
22LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
33MethodOfLines = " 94925ecb-adb7-4558-8ed8-f975c56a0bf4"
4- Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
54ModelingToolkit = " 961ee093-0014-501f-94e3-6117800e7a78"
65OrdinaryDiffEq = " 1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
76SafeTestsets = " 1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
7+ SciMLTesting = " 09d9d899-5365-40a9-917a-5f67fddea283"
88Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
99
1010[compat ]
1111LinearAlgebra = " 1"
1212MethodOfLines = " 0.11"
13- Pkg = " 1.10"
1413ModelingToolkit = " 11"
1514OrdinaryDiffEq = " 7"
1615SafeTestsets = " 0.1"
16+ SciMLTesting = " 1"
Original file line number Diff line number Diff line change @@ -4,10 +4,18 @@ ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
44JET = " c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
55LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
66ModelOrderReduction = " 207801d6-6cee-43a9-ad0c-f0c64933efa0"
7+ SafeTestsets = " 1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
8+ SciMLTesting = " 09d9d899-5365-40a9-917a-5f67fddea283"
79Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
810
911[compat ]
1012Aqua = " 0.8"
1113ExplicitImports = " 1"
1214JET = " 0.9, 0.10, 0.11"
1315LinearAlgebra = " 1"
16+ SafeTestsets = " 0.0.1, 0.1"
17+ SciMLTesting = " 1"
18+ Test = " 1"
19+
20+ [sources ]
21+ ModelOrderReduction = {path = " ../.." }
Original file line number Diff line number Diff line change 1- using SafeTestsets
2-
3- const GROUP = get (ENV , " GROUP" , " All" )
4-
5- if GROUP == " All" || GROUP == " Core"
6- @safetestset " POD" begin
7- include (" DataReduction.jl" )
8- end
9- @safetestset " utils" begin
10- include (" utils.jl" )
11- end
12- @safetestset " DEIM" begin
13- include (" deim.jl" )
14- end
15- end
16-
17- if GROUP == " All" || GROUP == " QA"
18- using Pkg
19- Pkg. activate (@__DIR__ () * " /qa" )
20- Pkg. develop (path = dirname (@__DIR__ ))
21- Pkg. instantiate ()
22-
23- @safetestset " Quality Assurance" begin
24- include (" qa/qa_tests.jl" )
25- end
26- @safetestset " Explicit Imports" begin
27- include (" qa/explicit_imports_tests.jl" )
28- end
29- @safetestset " JET Static Analysis" begin
30- include (" qa/jet_tests.jl" )
31- end
32- end
1+ using SciMLTesting
2+ run_tests ()
You can’t perform that action at this time.
0 commit comments