From d805cc0b5402381326baee574f5d32f071dc4ad4 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Mon, 12 Oct 2020 14:04:27 +0200 Subject: [PATCH] Update runtests.jl --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index 4e4ba79c..4daff777 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -11,6 +11,7 @@ import GeometryTypes, GeometryBasics using Dates using RecipesBase +include("test_defaults.jl") include("test_axes.jl") include("test_axis_letter.jl") include("test_recipes.jl")