aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-02-21 14:38:30 -0800
committerbnewbold <bnewbold@robocracy.org>2016-02-21 14:38:30 -0800
commitdda60a976419681c2cd9c02423235a7b1cf70a34 (patch)
tree378adbeb8a79570091bca0df70c40d9cf8ecc5d4 /test
parent439655aaa40568acd0b4f536e67f6b90031ee147 (diff)
downloadPyX.jl-dda60a976419681c2cd9c02423235a7b1cf70a34.tar.gz
PyX.jl-dda60a976419681c2cd9c02423235a7b1cf70a34.zip
add more graph tests
Diffstat (limited to 'test')
-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")