aboutsummaryrefslogtreecommitdiff
path: root/tests/testgraph.sh
diff options
context:
space:
mode:
authorFranklin Wei <me@fwei.tk>2019-03-12 12:23:10 -0400
committerFranklin Wei <me@fwei.tk>2019-03-12 12:23:10 -0400
commitfdc498db3af5cb36765cf5f0da6296a4033b91b7 (patch)
tree64bfa2ceb6579f32f9bb8ce23be26dc04b59741c /tests/testgraph.sh
parent634066313810b6b19ce7f4248b4f39b662c4f6ce (diff)
downloadcircgraph-fdc498db3af5cb36765cf5f0da6296a4033b91b7.zip
circgraph-fdc498db3af5cb36765cf5f0da6296a4033b91b7.tar.gz
circgraph-fdc498db3af5cb36765cf5f0da6296a4033b91b7.tar.bz2
circgraph-fdc498db3af5cb36765cf5f0da6296a4033b91b7.tar.xz
Add documentation
Diffstat (limited to 'tests/testgraph.sh')
-rwxr-xr-xtests/testgraph.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testgraph.sh b/tests/testgraph.sh
new file mode 100755
index 0000000..c63ab72
--- /dev/null
+++ b/tests/testgraph.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+cat - | gvpack -u > graph.dot
+dot -Goverlap=scale -Tpdf -o out.pdf graph.dot
+evince out.pdf