Skip to content

Commit

Permalink
testing test/coolprop.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DANA-Laboratory committed Dec 5, 2016
1 parent 5eb8c5a commit d43b6b2
Show file tree
Hide file tree
Showing 3 changed files with 837 additions and 3 deletions.
8 changes: 7 additions & 1 deletion src/CoolProp.jl
@@ -1,2 +1,8 @@
push!(Libdl.DL_LOAD_PATH, abspath(joinpath(@__FILE__, "..", "..", "deps", "lib")));
include("../deps/lib/CoolProp.jl");

if(haskey(ENV, "testCoolProp") && haskey(ENV, "TestingPath") && ENV["testCoolProp"]=="on" && isfile(ENV["TestingPath"]))
include(ENV["TestingPath"]);
warn("** TestingMode is enabeled for: " * ENV["TestingPath"] * " **");
else
include("../deps/lib/CoolProp.jl");
end

0 comments on commit d43b6b2

Please sign in to comment.