changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 279: efc3e9ec02bf
parent: 87f503c7a365
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 15 Apr 2024 22:17:19 -0400
permissions: -rw-r--r--
description: random tune-ups, added mpd and net/util.lisp
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 ())