view test/runtests.jl @ 421:2808c41f5efa bugfix/tensor_application_multiplication

Change defs of * for TensorApplication to fix bug
author Jonatan Werpers <jonatan@werpers.com>
date Sun, 18 Oct 2020 22:09:17 +0200
parents 1cafeb286c00
children f0d6906d8937
line wrap: on
line source

using Test
using TestSetExtensions

@testset "All" begin
    @includetests ARGS
end