Coverage report: /home/ellis/comp/core/lib/dsp/tests.lisp

KindCoveredAll%
expression05 0.0
branch00nil
Key
Not instrumented
Conditionalized out
Executed
Not executed
 
Both branches taken
One branch taken
Neither branch taken
1
 ;;; dsp/tests.lisp --- DSP Tests
2
 
3
 ;;
4
 
5
 ;;; Code:
6
 (defpackage :dsp/tests
7
   (:use :cl :std :rt :log :dsp))
8
 (in-package :dsp/tests)
9
 (defsuite :dsp)
10
 (in-suite :dsp)
11
 
12
 (deftest sanity ()
13
   (is (load-gst))
14
   (is (load-av)))