Flux.jl/test/runtests.jl

11 lines
159 B
Julia

using Flux, Base.Test
@testset "Flux" begin
include("utils.jl")
include("tracker.jl")
include("layers/normalisation.jl")
include("layers/stateless.jl")
end