Skip to content

Commit

Permalink
Add test to runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
asterycs committed Jan 7, 2024
1 parent e8ddd3e commit 18f1abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ if GROUP == "All" || GROUP == "Core"
@safetestset "Linear Solver Test" begin include("linear_solver.jl") end
@safetestset "Algebraic Solver Test" begin include("solver.jl") end
@safetestset "Overloading Test" begin include("overloads.jl") end
@safetestset "ForwardDiff Extension Test" begin include("forwarddiff_symbolic_dual_ops.jl") end
@safetestset "Nested ForwardDiff Sparsity Test" begin include("nested_forwarddiff_sparsity.jl") end
@safetestset "Build Function Test" begin include("build_function.jl") end
@safetestset "Build Function Array Test" begin include("build_function_arrayofarray.jl") end
Expand Down

0 comments on commit 18f1abf

Please sign in to comment.