diff --git a/test/runtests.jl b/test/runtests.jl index 932bc56..2f7d892 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -33,14 +33,14 @@ function exportImage(filename, I::AbstractMatrix) save(filename, Icolored ) end -#include("LoadSaveMDF.jl") -#include("Reconstruction.jl") -##include("Cartesian.jl") -#if !Sys.iswindows() -# include("MotionCompensation.jl") -#end -#include("MultiPatch.jl") -#include("MultiGradient.jl") +include("LoadSaveMDF.jl") +include("Reconstruction.jl") +#include("Cartesian.jl") +if !Sys.iswindows() + include("MotionCompensation.jl") +end +include("MultiPatch.jl") +include("MultiGradient.jl") include("Sparse.jl") -include("SMCenter.jl") -include("SMRecovery.jl") +#include("SMCenter.jl") +#include("SMRecovery.jl")