Weave.jl/test/runtests.jl

29 lines
737 B
Julia
Raw Normal View History

using Weave
using Base.Test
2014-12-06 18:16:45 +01:00
# Running Changin plotlib in tests segfault, unless they are run
# using separate processes.
#run(`julia --code-coverage=user -e 'include("winston_formats.jl")'`)
#run(`julia --code-coverage=user -e 'include("pyplot_formats.jl")'`)
info("Test: Chunk options")
include("chunk_options.jl")
2016-04-20 10:30:22 +02:00
info("Test: Chunk options with Gadfly")
include("chunk_opts_gadfly.jl")
# Cache is currently not implemented for new output format
2016-04-11 19:34:36 +02:00
#info("Test: Caching")
#include("cache_test.jl")
# Winston support not updated for 0.4
# info("Test: Weaving with Winston")
# include("winston_formats.jl")
2016-04-11 19:34:36 +02:00
info("Test: Weaving with Gadfly")
include("gadfly_formats.jl")
info("Test: Weaving with PyPlot")
include("pyplot_formats.jl")