Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Commit

Permalink
give examples an order
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Nov 17, 2016
1 parent 728e01f commit 38bb203
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/ExampleRunner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ function make_tests(config)
end
end
catch e
failed[i] = true
#failed[i] = true
increase() # skip example
bt = catch_backtrace()
ex = CapturedException(e, bt)
Expand Down
9 changes: 4 additions & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ import ExampleRunner: flatten_paths
files = [
"introduction/rotate_robj.jl",
"introduction/screens.jl",
"introduction/simulation.jl",
"plots/3dplots.jl",
"plots/lines_scatter.jl",
"plots/hybrid.jl",
"camera/camera.jl",
"gui/color_chooser.jl",
"gui/image_processing.jl",
Expand All @@ -17,9 +19,6 @@ files = [
"plots/drawing.jl",
"interactive/graph_editing.jl",
"interactive/mario_game.jl",
"plots/3dplots.jl",
"plots/lines_scatter.jl",
"plots/hybrid.jl",
"text/text_particle.jl",
]

Expand All @@ -32,7 +31,7 @@ push!(files, GLVisualize.dir("test", "summary.jl"))
config = ExampleRunner.RunnerConfig(
record = false,
files = files,
resolution = (190, 190)
resolution = (210, 210)
)

ExampleRunner.run(config)

0 comments on commit 38bb203

Please sign in to comment.