From 68efeb09d1ab3c7a7d8236064952a6d10312a794 Mon Sep 17 00:00:00 2001 From: ovainola Date: Sat, 27 Jun 2015 00:22:41 +0300 Subject: [PATCH] added interface test --- test/test_interfaces.jl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/test_interfaces.jl b/test/test_interfaces.jl index 1158e90..37eaeaf 100644 --- a/test/test_interfaces.jl +++ b/test/test_interfaces.jl @@ -10,4 +10,10 @@ using JuliaFEM.interfaces: solve_elasticity_interface! facts("test solve_elasticity_interface!") do test = solve_elasticity_interface!() @pending -end \ No newline at end of file +end + + +facts("test interface modules") do + test = solve_elasticity_interface!() + @assert test == 0 +end