Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
runtest added
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsheikh committed Feb 7, 2021
1 parent a48d7a8 commit 1621fde
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 @@ -22,6 +22,7 @@ if GROUP == "All" || GROUP == "Interface"
@time @safetestset "Validate Boundary Padded Array Concretization" begin include("boundary_padded_array.jl") end
@time @safetestset "Validate Higher Dimensional Boundary Extension" begin include("multi_dim_bc_test.jl") end
@time @safetestset "2nd order check" begin include("2nd_order_check.jl") end
@time @safetestset "Non-linear Diffusion" begin include("Fast_Diffusion.jl") end
#@time @safetestset "KdV" begin include("KdV.jl") end # KdV times out and all fails
#@time @safetestset "Heat Equation" begin include("heat_eqn.jl") end
@time @safetestset "Matrix-Free Operators" begin include("matrixfree.jl") end
Expand Down

0 comments on commit 1621fde

Please sign in to comment.