From b256fc334a6c8868a6159f32adb6dba01fefca86 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 24 Feb 2019 20:33:55 +0100 Subject: Add CLOS to union-find --- lisp-algo.asd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lisp-algo.asd') diff --git a/lisp-algo.asd b/lisp-algo.asd index 73cc824..35b7b86 100644 --- a/lisp-algo.asd +++ b/lisp-algo.asd @@ -4,10 +4,13 @@ :version "0.0.1" :depends-on ("lisp-unit") :perform (test-op (o s) (symbol-call :com.lisp-algo.test :do-tests)) + :serial t :components ((:file "packages") (:module "union-find" + :serial t :depends-on ("packages") - :components ((:file "quick-find") + :components ((:file "union-find") + (:file "quick-find") (:file "quick-union") (:file "weighted-quick-union") (:file "weighted-quick-union-path-compression"))) -- cgit v1.2.3