mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-27 12:16:56 +00:00
168d207b96
Testing the coverall
9 lines
113 B
Julia
9 lines
113 B
Julia
using JuliaFEM
|
|
using Base.Test
|
|
|
|
# write your own tests here
|
|
@test 1 == JuliaFEM.test()
|
|
|
|
|
|
@test_approx_eq 1.0 1.0
|