Files
JuliaFEM.jl/test/test_interfaces.jl
T
2015-11-30 23:00:21 +02:00

13 lines
213 B
Julia

# 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