Variable: *RUN-QUEUE*

Documentation

List of test waiting to be run.

Source

(defparameter *run-queue* '()
  "List of test waiting to be run.")
Source Context