overall testset

This commit is contained in:
Mike J Innes 2017-07-04 18:32:21 +01:00
parent e915f614aa
commit 9e0b6af7a8
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,8 @@ macro tfonly(ex)
:(Base.find_in_path("TensorFlow") nothing && $(esc(ex)))
end
@testset "Flux" begin
include("batching.jl")
include("backend/common.jl")
@ -19,3 +21,5 @@ include("optimizer.jl")
@tfonly include("backend/tensorflow.jl")
@mxonly include("backend/mxnet.jl")
end