aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-02-21 14:09:55 -0800
committerbnewbold <bnewbold@robocracy.org>2016-02-21 14:09:55 -0800
commit439655aaa40568acd0b4f536e67f6b90031ee147 (patch)
treec94bc6acc9a526812a862d34673c875e56541a6c /test
parent13db261935cd85bc91563999f451bc93081b34de (diff)
downloadPyX.jl-439655aaa40568acd0b4f536e67f6b90031ee147.tar.gz
PyX.jl-439655aaa40568acd0b4f536e67f6b90031ee147.zip
add examples (all ports from PyX 0.14.1)
Diffstat (limited to 'test')
-rw-r--r--test/runtests.jl10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/runtests.jl b/test/runtests.jl
new file mode 100644
index 0000000..561ddb3
--- /dev/null
+++ b/test/runtests.jl
@@ -0,0 +1,10 @@
+
+include("../src/PyX.jl")
+using PyX
+
+include("../examples/3dgraphs/surface.jl")
+include("../examples/graphs/axis.jl")
+include("../examples/graphs/function.jl")
+include("../examples/graphs/lissajous.jl")
+include("../examples/graphs/minimal.jl")
+include("../examples/graphs/points.jl")