Skip to content
Snippets Groups Projects
Verified Commit 2446c69a authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Enable tests again

parent 8f1e241b
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment