Skip to content

Commit

Permalink
reactivate all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed May 22, 2024
1 parent 678e61c commit f387929
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,17 @@ using SummationByPartsOperators

using StartUpDG

# include("write_vtk_tests.jl")
# include("named_array_partition_tests.jl")
# include("triangulate_tests.jl")
# include("reference_elem_tests.jl")
# include("multidim_sbp_tests.jl")
include("write_vtk_tests.jl")
include("triangulate_tests.jl")
include("reference_elem_tests.jl")
include("multidim_sbp_tests.jl")
include("sparse_SBP_operator_tests.jl")
# include("SummationByPartsOperatorsExt_tests.jl")
# include("MeshData_tests.jl")
# include("boundary_util_tests.jl")
# include("hybrid_mesh_tests.jl")
# include("noncon_mesh_tests.jl")
# include("cut_mesh_tests.jl")
# include("misc_tests.jl")
# include("gmsh_parse_tests.jl")
# include("hohqmesh_tests.jl")
include("SummationByPartsOperatorsExt_tests.jl")
include("MeshData_tests.jl")
include("boundary_util_tests.jl")
include("hybrid_mesh_tests.jl")
include("noncon_mesh_tests.jl")
include("cut_mesh_tests.jl")
include("misc_tests.jl")
include("gmsh_parse_tests.jl")
include("hohqmesh_tests.jl")

0 comments on commit f387929

Please sign in to comment.