package.test.lisp @ db7fd8486570 v1.0.0

Fix the tests in ABCL
author Steve Losh <steve@stevelosh.com>
date Sat, 23 Feb 2019 14:34:17 -0500
parents 1e155f658715
children (none)
(defpackage :netpbm/test
  (:use
    :cl
    :1am
    :netpbm
    :netpbm.quickutils)
  (:export
    :run-tests))