Skip to content

Commit

Permalink
dependency on bordeaux-threads is transitive with dependecy on vivace…
Browse files Browse the repository at this point in the history
…-graph-v2
  • Loading branch information
mon-key committed Sep 22, 2011
1 parent 546e504 commit 0f49a64
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vivace-graph-v2-test.asd
@@ -1,7 +1,8 @@
;; ASDF package description for vivace-graph-v2-test -*- Lisp -*-

(defpackage :vivace-graph-v2-test-system (:use :cl :asdf))
(in-package :vivace-graph-v2-test-system)
(defpackage #:vivace-graph-v2-test-system (:use #:common-llisp #:asdf))

(in-package #:vivace-graph-v2-test-system)

(defsystem vivace-graph-v2-test
:name "Vivace Graph Tests"
Expand All @@ -11,12 +12,11 @@
:description "Vivace Graph Version 2 Test Suite"
:long-description "Vivace Graph Version 2 Test Suite."
:depends-on (:vivace-graph-v2
:bordeaux-threads
:cl-fad
:fiveam)
:components ((:file "vivace-graph-v2-test-package")
(:file "test-aux" :depends-on ("vivace-graph-v2-test-package"))
(:file "test-scenarios" :depends-on ("vivace-graph-v2-test-package"))
(:file "test-aux" :depends-on ("vivace-graph-v2-test-package"))
(:file "test-scenarios" :depends-on ("vivace-graph-v2-test-package"))
(:file "vivace-graph-v2-test" :depends-on ("test-scenarios"))))


0 comments on commit 0f49a64

Please sign in to comment.