# This file is a part of JuliaFEM. # License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE.md module InterfaceTests using JuliaFEM.Test function test_foo() @test 1+2 == 3 end end