File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 24
24
@time @safetestset " NamedArrayPartition Tests" include (" named_array_partition_tests.jl" )
25
25
@time @safetestset " Partitions Tests" include (" partitions_test.jl" )
26
26
@time @safetestset " VecOfArr Indexing Tests" include (" basic_indexing.jl" )
27
- @time @safetestset " SymbolicIndexingInterface API test" include (" symbolic_indexing_interface_test.jl" )
28
27
@time @safetestset " VecOfArr Interface Tests" include (" interface_tests.jl" )
29
28
@time @safetestset " Table traits" include (" tabletraits.jl" )
30
29
@time @safetestset " StaticArrays Tests" include (" copy_static_array_test.jl" )
33
32
@time @safetestset " Measurement Tests" include (" measurements.jl" )
34
33
end
35
34
35
+ if GROUP == " SymbolicIndexingInterface" || GROUP == " All"
36
+ @time @safetestset " SymbolicIndexingInterface API test" include (" symbolic_indexing_interface_test.jl" )
37
+ end
38
+
36
39
if GROUP == " Downstream"
37
40
activate_downstream_env ()
38
- @time @safetestset " DiffEqArray Indexing Tests" include (" downstream/symbol_indexing.jl" )
39
41
@time @safetestset " ODE Solve Tests" include (" downstream/odesolve.jl" )
40
42
@time @safetestset " Event Tests with ArrayPartition" include (" downstream/downstream_events.jl" )
41
43
@time @safetestset " Measurements and Units" include (" downstream/measurements_and_units.jl" )
42
44
@time @safetestset " TrackerExt" include (" downstream/TrackerExt.jl" )
43
45
end
44
46
47
+ if GROUP == " SymbolicIndexingInterface" || GROUP == " Downstream"
48
+ if GROUP == " SymbolicIndexingInterface"
49
+ activate_downstream_env ()
50
+ @time @safetestset " DiffEqArray Indexing Tests" include (" downstream/symbol_indexing.jl" )
51
+ end
52
+ end
53
+
45
54
if GROUP == " GPU"
46
55
activate_gpu_env ()
47
56
@time @safetestset " VectorOfArray GPU" include (" gpu/vectorofarray_gpu.jl" )
You can’t perform that action at this time.
0 commit comments