Show
Ignore:
Timestamp:
02/24/08 11:41:39 (11 months ago)
Author:
hans
Message:

Enable indices tests in buildbot. Improve restart messages for invalid random state.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bknr/datastore/src/bknr.indices.asd

    r2559 r2612  
    2626                         (:file "indexed-class" :depends-on ("package" "indices")) 
    2727                         (:file "category-index" :depends-on ("package" "protocol" "indices")))))) 
     28 
     29(defsystem :bknr.indices.test   
     30  :depends-on (:bknr.indices) 
     31  :components ((:module "indices" 
     32                        :components ((:file "indices-tests"))))) 
     33