From 250aef9b2d322e1ec6178c9c421939e72030a10a Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Mon, 17 Aug 2020 17:18:42 +0200 Subject: [PATCH] include tests --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index 67b6e6b1..946f13fc 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -11,6 +11,7 @@ import GeometryTypes, GeometryBasics using Dates include("test_axes.jl") +include("test_recipes.jl") include("test_hdf5plots.jl") include("test_pgfplotsx.jl")