Skip to content

Commit 7115d2f

Browse files
[runtests.jl] clustering unit tests included 🔬
1 parent 1d3f31b commit 7115d2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/runtests.jl

+2
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ using Test
44
@testset "CepstralCoefficients.jl" begin
55
@info "Testing cepstral.jl unit tests"
66
include("cepstral.jl")
7+
@info "Testing clustering.jl unit tests"
8+
include("clustering.jl")
79
end

0 commit comments

Comments
 (0)