Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ using Pkg

# We need these for the doctests. We install them before we load any
# package so that we don't run into precompile problems
# Pkg.add(PackageSpec(url="https://github.com/fund-model/MimiFUND.jl", rev="master"))
# Pkg.add(PackageSpec(url="https://github.com/anthofflab/MimiDICE2010.jl", rev="master"))
Pkg.add(PackageSpec(url="https://github.com/fund-model/MimiFUND.jl", rev="master"))
Pkg.add(PackageSpec(url="https://github.com/anthofflab/MimiDICE2010.jl", rev="master"))

using Mimi
import Electron
Expand Down Expand Up @@ -128,8 +128,8 @@ Electron.prep_test_env()
@info("mcs/runtests.jl")
@time include("mcs/runtests.jl")

# @info("doctests")
# @time doctest(Mimi)
@info("doctests")
@time doctest(Mimi)

for app in Electron.applications()
close(app)
Expand Down