Skip to content

Commit e2b3535

Browse files
committed
Reorganize test utilities
1 parent b11149f commit e2b3535

File tree

3 files changed

+2
-80
lines changed

3 files changed

+2
-80
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ using KernelFunctions: SimpleKernel, metric, kappa, ColVecs, RowVecs
4242
# 10. If utility files are required.
4343
@info "Packages Loaded"
4444

45+
include("test_utils.jl")
46+
4547
@testset "KernelFunctions" begin
4648

4749
include("utils.jl")
48-
include("utils_AD.jl")
4950

5051
@testset "distances" begin
5152
include(joinpath("distances", "pairwise.jl"))

test/test_util.jl

Lines changed: 0 additions & 79 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)