bones-test.asd @ a9bdea1a9564

Clean up topological-sort

We don't actually need to get the full set of minimal elements on each iteration
because we don't need to break ties.  It'll be faster (and cleaner) to just grab
the first one we find.
author Steve Losh <steve@stevelosh.com>
date Sat, 26 Mar 2016 19:30:09 +0000
parents b22eb7fe2faa
children f3ed7ce70f3b
(asdf:defsystem #:bones-test
  :description "Test suite for bones."
  :author "Steve Losh <steve@stevelosh.com>"
  :license "MIT/X11"
  :depends-on (#:bones
               #:fiveam)
  :serial t
  :components ((:file "package-test")
               (:module "test"
                :components ((:file "bones")
                             (:file "paip")))))