Tests are mostly broken; but you can perform a test-op
[cl-graph.git] / unit-tests / test-graph-algorithms.lisp
index f54b879..4502784 100644 (file)
@@ -1,4 +1,4 @@
-(in-package cl-graph)
+(in-package cl-graph-test)
 
 (deftestsuite test-connected-components ()
   ())
 
 ;;; ---------------------------------------------------------------------------
 
+#+Ignore
 (let ((graph (make-container 'graph-container)))
   (loop for (a b) in '((r s) (r v) (s w) (t u) (t w) (t x) 
                        (u y) (w x) (x y)) do