We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7634137 commit 842f632Copy full SHA for 842f632
test/runtests.jl
@@ -1,11 +1,11 @@
1
using ParetoSmoothedImportanceSampling, StanSample
2
using Test
3
4
-if haskey(ENV, "JULIA_CMDSTAN_HOME")
+if haskey(ENV, "JULIA_CMDSTAN_HOME") || haskey(ENV, "CMDSTAN")
5
6
ProjDir = @__DIR__
7
include(joinpath(ProjDir, "test_demo_wells.jl"))
8
9
else
10
- println("\nJULIA_CMDSTAN_HOME not set. Skipping tests")
+ println("\nCmdStan or JULIA_CMDSTAN_HOME not set. Skipping tests")
11
end
0 commit comments