Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Rel 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Dec 22, 2020
1 parent 89a3998 commit 7ec46b9
Showing 1 changed file with 30 additions and 24 deletions.
54 changes: 30 additions & 24 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,35 +1,41 @@
using StanSample, MCMCChains
using Test

ProjDir = @__DIR__
if haskey(ENV, "JULIA_CMDSTAN_HOME")

include(joinpath(ProjDir, "..", "scripts", "02", "m2.1s.jl"))
ProjDir = @__DIR__

include(joinpath(ProjDir, "..", "scripts", "04", "m4.1s.jl"))
include(joinpath(ProjDir, "..", "scripts", "04", "m4.2s.jl"))
include(joinpath(ProjDir, "..", "scripts", "04", "m4.3s.jl"))
include(joinpath(ProjDir, "..", "scripts", "04", "m4.4s.jl"))
include(joinpath(ProjDir, "..", "scripts", "04", "m4.5s.jl"))
include(joinpath(ProjDir, "..", "scripts", "02", "m2.1s.jl"))

include(joinpath(ProjDir, "..", "scripts", "05", "m5.1s.jl"))
include(joinpath(ProjDir, "..", "scripts", "05", "m5.3s.jl"))
include(joinpath(ProjDir, "..", "scripts", "05", "m5.5s.jl"))
include(joinpath(ProjDir, "..", "scripts", "04", "m4.1s.jl"))
include(joinpath(ProjDir, "..", "scripts", "04", "m4.2s.jl"))
include(joinpath(ProjDir, "..", "scripts", "04", "m4.3s.jl"))
include(joinpath(ProjDir, "..", "scripts", "04", "m4.4s.jl"))
include(joinpath(ProjDir, "..", "scripts", "04", "m4.5s.jl"))

include(joinpath(ProjDir, "..", "scripts", "08", "m8.1s.jl"))
include(joinpath(ProjDir, "..", "scripts", "08", "m8.2s.jl"))
include(joinpath(ProjDir, "..", "scripts", "08", "m8.3s.jl"))
include(joinpath(ProjDir, "..", "scripts", "08", "m8.4s.jl"))
include(joinpath(ProjDir, "..", "scripts", "08", "m8.5s.jl"))
include(joinpath(ProjDir, "..", "scripts", "08", "m8.8s.jl"))
include(joinpath(ProjDir, "..", "scripts", "05", "m5.1s.jl"))
include(joinpath(ProjDir, "..", "scripts", "05", "m5.3s.jl"))
include(joinpath(ProjDir, "..", "scripts", "05", "m5.5s.jl"))

include(joinpath(ProjDir, "..", "scripts", "10", "m10.1s.jl"))
include(joinpath(ProjDir, "..", "scripts", "10", "m10.2s.jl"))
include(joinpath(ProjDir, "..", "scripts", "10", "m10.4s.jl"))
include(joinpath(ProjDir, "..", "scripts", "10", "m10.4sl.jl"))
include(joinpath(ProjDir, "..", "scripts", "08", "m8.1s.jl"))
include(joinpath(ProjDir, "..", "scripts", "08", "m8.2s.jl"))
include(joinpath(ProjDir, "..", "scripts", "08", "m8.3s.jl"))
include(joinpath(ProjDir, "..", "scripts", "08", "m8.4s.jl"))
include(joinpath(ProjDir, "..", "scripts", "08", "m8.5s.jl"))
include(joinpath(ProjDir, "..", "scripts", "08", "m8.8s.jl"))

include(joinpath(ProjDir, "..", "scripts", "12", "m12.6s.jl"))
include(joinpath(ProjDir, "..", "scripts", "12", "m12.6sl.jl"))
include(joinpath(ProjDir, "..", "scripts", "10", "m10.1s.jl"))
include(joinpath(ProjDir, "..", "scripts", "10", "m10.2s.jl"))
include(joinpath(ProjDir, "..", "scripts", "10", "m10.4s.jl"))
include(joinpath(ProjDir, "..", "scripts", "10", "m10.4sl.jl"))

include(joinpath(ProjDir, "..", "scripts", "13", "m13.2s.jl"))
include(joinpath(ProjDir, "..", "scripts", "12", "m12.6s.jl"))
include(joinpath(ProjDir, "..", "scripts", "12", "m12.6sl.jl"))

include(joinpath(ProjDir, "..", "scripts", "14", "m14.1s.jl"))
include(joinpath(ProjDir, "..", "scripts", "13", "m13.2s.jl"))

include(joinpath(ProjDir, "..", "scripts", "14", "m14.1s.jl"))

else
println("\nJULIA_CMDSTAN_HOME not set. Skipping tests")
end

0 comments on commit 7ec46b9

Please sign in to comment.