diff --git a/Project.toml b/Project.toml index e785404..daece6c 100644 --- a/Project.toml +++ b/Project.toml @@ -19,3 +19,9 @@ DistributedArrays = "0.6" Gtk = "0.17, 0.18, 1.0, 1.1" Cairo = "0.6, 0.7, 0.8, 0.9" MultivariateStats = "0.6, 0.7" + +[extras] +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[targets] +test = ["Test"] diff --git a/test/runtests.jl b/test/runtests.jl index d1bc1e7..2858786 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -5,7 +5,7 @@ using SpikeSorting include("detect_test.jl") include("feature_test.jl") -include("bench_test.jl") +#include("bench_test.jl") #include("compatibility_test.jl") end