Skip to content

Commit

Permalink
add TestImages test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
daschw committed Nov 14, 2020
1 parent 9841c2c commit 30f7b0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RecipesPipeline/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"

[targets]
test = ["Distributions", "FileIO", "GeometryBasics", "Images", "ImageMagick", "OffsetArrays", "Plots", "Random", "RDatasets", "SparseArrays", "StaticArrays", "Statistics", "StatsPlots", "Test"]
test = ["Distributions", "FileIO", "GeometryBasics", "Images", "ImageMagick", "OffsetArrays", "Plots", "Random", "RDatasets", "SparseArrays", "StaticArrays", "Statistics", "StatsPlots", "Test", "TestImages"]
1 change: 1 addition & 0 deletions RecipesPipeline/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ using StaticArrays
using Statistics
using StatsPlots
using Test
using TestImages

# makie_test_dir = joinpath(@__DIR__, "test_makie")
# mkpath(makie_test_dir)
Expand Down

0 comments on commit 30f7b0f

Please sign in to comment.