changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/ffi/ublk/tests.lisp

changeset 233: a47790d0e1bb
child: 8e16efedfd76
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 19 Mar 2024 23:13:10 -0400
permissions: -rw-r--r--
description: ublk, simple-cli opts, stealth mixins
1 ;;; ublk/tests.lisp --- ublk tests
2 
3 ;;; Code:
4 (defpackage :ublk/tests
5  (:use :cl :std :rt :ublk :sb-ext :sb-alien))
6 
7 (in-package :ublk/tests)
8 
9 (defsuite :ublk)
10 (in-suite :ublk)
11 
12 (load-ublksrv)