package.test.lisp @ 8cf220c55f13 v1.2.1

Make copy-digraph actually copy the data
author Steve Losh <steve@stevelosh.com>
date Sat, 03 Nov 2018 15:37:35 -0400
parents f5cdc0242ec0
children (none)
(defpackage :digraph.test
  (:use
    :cl
    :1am
    :digraph
    :digraph.quickutils)
  (:export
    :run-tests))