We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3f31b commit 7115d2fCopy full SHA for 7115d2f
test/runtests.jl
@@ -4,4 +4,6 @@ using Test
4
@testset "CepstralCoefficients.jl" begin
5
@info "Testing cepstral.jl unit tests"
6
include("cepstral.jl")
7
+ @info "Testing clustering.jl unit tests"
8
+ include("clustering.jl")
9
end
0 commit comments