]> gitweb.factorcode.org Git - factor.git/blob - extra/compiler/graphviz/graphviz-tests.factor
8f6c0171e7ac2c5c3f0dff00b6b183c5bee846c4
[factor.git] / extra / compiler / graphviz / graphviz-tests.factor
1 IN: compiler.graphviz.tests
2 USING: compiler.graphviz io.files kernel tools.test ;
3
4 [ t ] [ [ [ 1 ] [ 2 ] if ] render-cfg exists? ] unit-test
5 [ t ] [ [ [ 1 ] [ 2 ] if ] render-dom exists? ] unit-test
6 [ t ] [ [ [ 1 ] [ 2 ] if ] render-call-graph exists? ] unit-test