aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_gs.jl
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_gs.jl')
-rw-r--r--test/test_gs.jl15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/test_gs.jl b/test/test_gs.jl
new file mode 100644
index 0000000..1004640
--- /dev/null
+++ b/test/test_gs.jl
@@ -0,0 +1,15 @@
+
+function try_gs(el)
+
+ writeGSfile(el, "/tmp/asdfasdf2.png", "png16m")
+ writeGSfile(el, "/tmp/asdfasdf2.jpeg", "jpeg")
+ pipeGS(el)
+ pipeGS(el, "png16m")
+ pipeGS(el, "jpeg")
+ true
+end
+
+@test try_gs(c)
+@test try_gs(g)
+@test try_gs(g3d)
+