aboutsummaryrefslogtreecommitdiffstats
path: root/test/runtests.jl
diff options
context:
space:
mode:
Diffstat (limited to 'test/runtests.jl')
-rw-r--r--test/runtests.jl3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runtests.jl b/test/runtests.jl
index 561ddb3..d196656 100644
--- a/test/runtests.jl
+++ b/test/runtests.jl
@@ -3,8 +3,11 @@ include("../src/PyX.jl")
using PyX
include("../examples/3dgraphs/surface.jl")
+
include("../examples/graphs/axis.jl")
+include("../examples/graphs/change.jl")
include("../examples/graphs/function.jl")
include("../examples/graphs/lissajous.jl")
+include("../examples/graphs/join.jl")
include("../examples/graphs/minimal.jl")
include("../examples/graphs/points.jl")