delta-debug

Public Domain

implementation of delta debugging in common lisp

$ area51 add delta-debugCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(delta-debug:some-function ...)