From 313d11274269ff29ec5d37a46b56a2961b085a10 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Thu, 30 Jul 2020 12:15:58 +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 67b6e6b1..579f1b3d 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -10,6 +10,7 @@ using LibGit2 import GeometryTypes, GeometryBasics using Dates +include("test_plot.jl") include("test_axes.jl") include("test_hdf5plots.jl") include("test_pgfplotsx.jl")