Skip to content

Commit 737c944

Browse files
committed
reenable test (lol)
1 parent b438870 commit 737c944

1 file changed

Lines changed: 27 additions & 27 deletions

File tree

test/runtests.jl

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,34 @@ using HCubature: hcubature, hquadrature
1616
include("test_utils.jl")
1717

1818
# Unit tests
19-
# include("test_collectionsofviews.jl")
20-
# include("test_refshapes.jl")
21-
# include("test_interpolations.jl")
22-
# include("test_cellvalues.jl")
23-
# include("test_facevalues.jl")
24-
# include("test_interfacevalues.jl")
25-
# include("test_quadrules.jl")
26-
# include("test_assemble.jl")
27-
# include("test_dofs.jl")
28-
# include("test_sparsity_patterns.jl")
29-
# include("test_constraints.jl")
30-
# include("test_grid_dofhandler_vtk.jl")
31-
# include("test_vtk_export.jl")
32-
# include("test_abstractgrid.jl")
33-
# include("test_grid_generators.jl")
34-
# include("test_grid_addboundaryset.jl")
35-
# include("test_mixeddofhandler.jl")
36-
# include("test_l2_projection.jl")
19+
include("test_collectionsofviews.jl")
20+
include("test_refshapes.jl")
21+
include("test_interpolations.jl")
22+
include("test_cellvalues.jl")
23+
include("test_facevalues.jl")
24+
include("test_interfacevalues.jl")
25+
include("test_quadrules.jl")
26+
include("test_assemble.jl")
27+
include("test_dofs.jl")
28+
include("test_sparsity_patterns.jl")
29+
include("test_constraints.jl")
30+
include("test_grid_dofhandler_vtk.jl")
31+
include("test_vtk_export.jl")
32+
include("test_abstractgrid.jl")
33+
include("test_grid_generators.jl")
34+
include("test_grid_addboundaryset.jl")
35+
include("test_mixeddofhandler.jl")
36+
include("test_l2_projection.jl")
3737
include("test_pointevaluation.jl")
3838
# include("test_notebooks.jl")
39-
# include("test_apply_rhs.jl")
40-
# include("test_apply_analytical.jl")
41-
# include("PoolAllocator.jl")
42-
# include("test_deprecations.jl")
43-
# include("blockarrays.jl")
44-
# include("test_assembler_extensions.jl")
45-
# include("test_continuity.jl")
46-
# include("test_examples.jl")
39+
include("test_apply_rhs.jl")
40+
include("test_apply_analytical.jl")
41+
include("PoolAllocator.jl")
42+
include("test_deprecations.jl")
43+
include("blockarrays.jl")
44+
include("test_assembler_extensions.jl")
45+
include("test_continuity.jl")
46+
include("test_examples.jl")
4747

4848
@test all(x -> isdefined(Ferrite, x), names(Ferrite)) # Test that all exported symbols are defined
4949
# # See which is not defined if fails
@@ -52,4 +52,4 @@ include("test_pointevaluation.jl")
5252
# end
5353

5454
# Integration tests
55-
# include("integration/test_simple_scalar_convergence.jl")
55+
include("integration/test_simple_scalar_convergence.jl")

0 commit comments

Comments
 (0)