This commit is contained in:
t-bltg 2022-02-07 20:31:36 +01:00
parent d4622c51ae
commit 0d708d0dca

View File

@ -38,19 +38,19 @@ end
end
for fn in (
"test_defaults.jl"
"test_pipeline.jl"
"test_axes.jl"
"test_layouts.jl"
"test_contours.jl"
"test_axis_letter.jl"
"test_components.jl"
"test_shorthands.jl"
"integration_dates.jl"
"test_recipes.jl"
"test_hdf5plots.jl"
"test_pgfplotsx.jl"
"test_plotly.jl"
"test_defaults.jl",
"test_pipeline.jl",
"test_axes.jl",
"test_layouts.jl",
"test_contours.jl",
"test_axis_letter.jl",
"test_components.jl",
"test_shorthands.jl",
"integration_dates.jl",
"test_recipes.jl",
"test_hdf5plots.jl",
"test_pgfplotsx.jl",
"test_plotly.jl",
)
@testset "$fn" begin
include(fn)