Skip to content

Commit c4c9dbb

Browse files
committed
add test for write-to-png
1 parent 7a8611e commit c4c9dbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

irteus/test/graph.l

+4
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,10 @@
267267
;; write graph to pdf file
268268
(warning-message 2 "write to /tmp/robots_in_jsk.pdf~%")
269269
(send g :write-to-pdf "/tmp/robots_in_jsk.pdf" nil "robots_in_jsk")
270+
271+
;; write graph to png file
272+
(warning-message 2 "write to /tmp/robots_in_jsk.png~%")
273+
(send g :write-to-png "/tmp/robots_in_jsk.png" nil "robots_in_jsk")
270274
g))
271275

272276
(eval-when (load eval)

0 commit comments

Comments
 (0)