Skip to content
Snippets Groups Projects
Commit 7a78c863 authored by Liam Healy's avatar Liam Healy
Browse files

Initial test constructor for FFT tests

Two new functions to write tests in
fast-fourier-transforms/example.lisp, #'make-real-noise-fft-test and
#'generate-fft-tests.  The first one generates, given a size and
stride, a pair of forward and inverse real tests, together with the
answers.  The second one loops over a range of sizes and strides,
collecting the sets, and wrapping with a lisp-unit:define-test.  Since
they rely on #'make-test in test-unit/generate-tests.lisp, they won't
normally be compiled.  No test file generated yet.
parent e024b6bb
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment