package.test.lisp @ fb0afda02c8a

Add fuzz tests and fix bugs
author Steve Losh <steve@stevelosh.com>
date Mon, 24 Dec 2018 19:12:09 -0500
parents 1320162a9ed0
children 1e155f658715
(defpackage :trivial-ppm/test
  (:use
    :cl
    :1am
    :trivial-ppm
    :trivial-ppm.quickutils)
  (:export
    :run-tests))