diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/runtests.jl | 10 |
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") |