view test/runtests.jl @ 703:988e9cfcd58d feature/laplace_opset

Add function for == comparison of the fields for a struct, and apply to Laplace tests
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Mon, 15 Feb 2021 17:20:03 +0100
parents a79d7b3209c9
children f88b2117dc69
line wrap: on
line source

include("test_utils.jl")
using Test
using TestSetExtensions

@testset "All" begin
    @includetests ARGS
end