added test_print() to runtests.jl

This commit is contained in:
Tero Frondelius
2015-06-20 20:19:31 +03:00
parent 823061eecd
commit 1653b73601
+1 -1
View File
@@ -60,7 +60,7 @@ 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)