FactCheck summary at the end

This commit is contained in:
Tero Frondelius
2015-06-24 19:37:28 +03:00
parent c752ea1044
commit e1bffb6c81
+6
View File
@@ -68,3 +68,9 @@ end
# include("test_model.jl")
include("test_elasticity_solver.jl")
# Keep this at the end of this file (include statements above this)
@debug("Let's print the summary of the tests")
for dic in FactCheck.getstats()
@debug(dic[1], ": ",dic[2])
end