Skip to content

Commit

Permalink
Renamed files
Browse files Browse the repository at this point in the history
  • Loading branch information
anton083 committed Aug 11, 2023
1 parent f2bcefb commit 6bacc8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/VectorizedKmers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module VectorizedKmers

export count_kmers!

include("KmerCount.jl")
include("KmerCountVector.jl")
include("kmer_count.jl")
include("kmer_count_vec.jl")

end
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ using Test

@testset "VectorizedKmers.jl" begin

include("KmerCount.jl")
include("KmerCountVector.jl")
include("kmer_count.jl")
include("kmer_count_vec.jl")

@testset "ext" begin
@testset "extensions" begin
include("ext/BioSequencesExt.jl")
include("ext/CUDAExt.jl")
end
Expand Down

0 comments on commit 6bacc8c

Please sign in to comment.