Skip to content

Commit

Permalink
Split system BORDEAUX-THREADS-TEST into its own .asd
Browse files Browse the repository at this point in the history
  • Loading branch information
sionescu committed Oct 10, 2009
1 parent aed84cf commit 5623106
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
9 changes: 9 additions & 0 deletions bordeaux-threads-test.asd
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#|
Copyright 2006,2007 Greg Pfeil
Distributed under the MIT license (see LICENSE file)
|#

(defsystem :bordeaux-threads-test
:depends-on (:bordeaux-threads :lift)
:components ((:module "test" :components ((:file "bordeaux-threads-test")))))
8 changes: 1 addition & 7 deletions bordeaux-threads.asd
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ Distributed under the MIT license (see LICENSE file)
(and clisp mt))
(pushnew :thread-support *features*))

(defsystem bordeaux-threads
:description ""
:long-description ""
(defsystem :bordeaux-threads
:author "Greg Pfeil <greg@technomadic.org>"
;; based on original Bordeaux-MP spec by Dan Barlow <dan@telent.net>
;; contributors:
Expand Down Expand Up @@ -76,7 +74,3 @@ Distributed under the MIT license (see LICENSE file)
(defmethod operation-done-p ((op test-op)
(c (eql (find-system :bordeaux-threads))))
(values nil))

(defsystem bordeaux-threads-test
:depends-on (:bordeaux-threads :lift)
:components ((:module "test" :components ((:file "bordeaux-threads-test")))))

0 comments on commit 5623106

Please sign in to comment.