mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-25 19:36:58 +00:00
9 lines
99 B
Julia
9 lines
99 B
Julia
using JuliaFEM
|
|
using Base.Test
|
|
|
|
# write your own tests here
|
|
@test 1 == 1
|
|
|
|
|
|
@test_approx_eq 1.0 1.0
|