changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/aud/tests.lisp

changeset 698: 96958d3eb5b0
parent: 87f503c7a365
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 ;;; aud/tests.lisp --- Audio Tests
2 
3 ;;
4 
5 ;;; Code:
6 (defpackage :aud/tests
7  (:use :cl :std :rt :log :aud))
8 (in-package :aud/tests)
9 (defsuite :aud)
10 (in-suite :aud)
11 
12 (deftest sanity ())