changelog shortlog graph tags branches changeset file revisions annotate raw help

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

revision 693: 5f81d888c31f
parent 238: 6fa723592550
     1.1--- a/lisp/ffi/sndfile/tests.lisp	Thu Oct 03 17:56:11 2024 -0400
     1.2+++ b/lisp/ffi/sndfile/tests.lisp	Thu Oct 03 19:04:57 2024 -0400
     1.3@@ -11,4 +11,8 @@
     1.4 
     1.5 (load-sndfile)
     1.6 
     1.7-(deftest sanity ())
     1.8+(deftest sanity ()
     1.9+  (is (stringp (sf-version-string))))
    1.10+
    1.11+(deftest list-formats ()
    1.12+  "List all available audio file formats.")