Skip to content

Commit 5ec3915

Browse files
committed
Actually run tests
1 parent 2dab83b commit 5ec3915

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

test/runtests.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
using AlgorithmsInterface, Test
22

3-
@testset "AlgorithmsInterface.jl" begin
4-
3+
let
4+
@testset "Newton" begin
5+
include("newton.jl")
6+
end
57
end

0 commit comments

Comments
 (0)