of this test. Either: T - this test (and all its
dependencies, have passed. NIL - this test
failed (either it failed or its dependecies weren't
- met. :circular this test has a circular depenedency
- and was skipped.")
+ met. :circular this test has a circular dependency
+ and was skipped. Or :depends-not-satisfied or :resolving")
(profiling-info :accessor profiling-info
:initform nil
:documentation "An object representing how
(:unknown
(setf (status test) :resolving)
(if (or (not (depends-on test))
- (resolve-dependencies (depends-on test)))
+ (eql t (resolve-dependencies (depends-on test))))
(progn
(run-test-lambda test)
(status test))