From 439655aaa40568acd0b4f536e67f6b90031ee147 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 21 Feb 2016 14:09:55 -0800 Subject: add examples (all ports from PyX 0.14.1) --- test/runtests.jl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/runtests.jl (limited to 'test/runtests.jl') 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") -- cgit v1.2.3