diff --git a/test/runtests.jl b/test/runtests.jl index 9b41f0d..6d98a9e 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -58,9 +58,11 @@ function test_add_and_get_nodes() end test_add_and_get_nodes() + + function test_print() lines_with_print = Dict() - src = readdir("./src") + src = readdir("/src") for file_name in src fil = open(joinpath("src",file_name),"r") for line in readlines(fil) @@ -74,6 +76,8 @@ function test_print() end test_print() + + function test_add_element() m = new_model() nodes = Dict(1 => [0.0, 0.0, 0.0],