aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_gs.jl
blob: 10046401272ed235ed3ddd48bc9c9170d793737d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)