Flux.jl/test/runtests.jl

9 lines
94 B
Julia
Raw Normal View History

2017-08-19 19:20:20 +00:00
using Flux, Base.Test
2016-12-15 23:11:35 +00:00
2017-07-04 17:32:21 +00:00
@testset "Flux" begin
2017-08-19 19:20:20 +00:00
include("compiler.jl")
include("utils.jl")
2017-06-26 09:21:17 +00:00
2017-07-04 17:32:21 +00:00
end