Files
JuliaFEM.jl/test/test_interfaces.jl
T

13 lines
213 B
Julia
Raw Normal View History

2015-06-26 22:04:40 +03:00
# This file is a part of JuliaFEM.
# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE.md
2015-11-30 23:00:21 +02:00
module InterfaceTests
2015-06-26 22:04:40 +03:00
2015-11-30 23:00:21 +02:00
using JuliaFEM.Test
function test_foo()
@test 1+2 == 3
end
end