diff --git a/test/runtests.jl b/test/runtests.jl index ef2f03e20fcc30ae37f9595470fb522514c0a511..6ffdfa81b83637265538ada403627f54a3218dc9 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -2,10 +2,10 @@ using MRIBuilder using Test @testset "MRIBuilder.jl" begin - #include("test_building_blocks.jl") + include("test_building_blocks.jl") include("test_post_hoc.jl") - #include("test_components.jl") - #include("test_sequences.jl") - #include("test_IO.jl") - #include("test_plot.jl") + include("test_components.jl") + include("test_sequences.jl") + include("test_IO.jl") + include("test_plot.jl") end