Add digraph.dot:*vertex-shape*
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 24 Aug 2021 21:15:58 -0400 |
parents |
7e80eda84170 |
children |
(none) |
(asdf:defsystem :cl-digraph.test
:description "Test suite for cl-digraph"
:author "Steve Losh <steve@stevelosh.com>"
:license "MIT"
:depends-on (:cl-digraph
:alexandria
:1am)
:serial t
:components ((:file "package.test")
(:module "test"
:serial t
:components ((:file "tests"))))
:perform (asdf:test-op
(op system)
(uiop:symbol-call :digraph.test :run-tests)))