Flux.jl/test/runtests.jl
2017-08-23 01:43:45 +01:00

10 lines
116 B
Julia

using Flux, Base.Test
@testset "Flux" begin
include("compiler.jl")
include("utils.jl")
include("tracker.jl")
end