[funds-cvs] r25 - trunk/funds/tests
abaine at common-lisp.net
abaine at common-lisp.net
Wed Jun 20 15:57:33 UTC 2007
Author: abaine
Date: Wed Jun 20 11:57:32 2007
New Revision: 25
Added:
trunk/funds/tests/funds-tests.asd
Log:
Created new test system and added trees tests.
Added: trunk/funds/tests/funds-tests.asd
==============================================================================
--- (empty file)
+++ trunk/funds/tests/funds-tests.asd Wed Jun 20 11:57:32 2007
@@ -0,0 +1,17 @@
+
+;;;; -*- Lisp -*-
+
+(in-package :cl-user)
+
+(defpackage #:funds-tests-asd
+ (:use :cl :asdf))
+
+(in-package #:funds-tests-asd)
+
+(defsystem funds-tests
+ :serial t
+ :components ((:module trees
+ :serial t
+ :components ((:file "package")
+ (:file "avl-tree-test"))))
+ :depends-on (:lisp-unit))
More information about the Funds-cvs
mailing list