mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-20 04:03:45 +00:00
13 lines
216 B
Julia
13 lines
216 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.Testing
|
|
|
|
function test_foo()
|
|
@test 1+2 == 3
|
|
end
|
|
|
|
end
|