Flux.jl/test/runtests.jl
2017-08-19 20:20:20 +01:00

9 lines
94 B
Julia

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