From d86e9e0a7c3404dec73af5fb2ba4c75190e3651f Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Tue, 26 May 2020 18:25:22 +0200 Subject: [PATCH] include test_axes [skip ci] --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index a6a88b31..696e147e 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -9,6 +9,7 @@ using LibGit2 using GeometryTypes using Dates +include("test_axes.jl") include("test_hdf5plots.jl") include("test_pgfplotsx.jl")