mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-13 23:54:18 +00:00
13 lines
213 B
Julia
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
|