From 0bc9d27ffc794338a09ee9bbc9ed71a74cfa021f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olli=20V=C3=A4in=C3=B6l=C3=A4?= Date: Thu, 3 Dec 2015 13:37:05 +0200 Subject: [PATCH] small changes to test_solver --- test/test_solver.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_solver.jl b/test/test_solver.jl index bbd66f2..2070b89 100644 --- a/test/test_solver.jl +++ b/test/test_solver.jl @@ -49,4 +49,6 @@ function test_linearsolver() @test isapprox(T, 100.0) end +test_basic() + end