SAF
Loading...
Searching...
No Matches
test__resources.c File Reference

Unit tests for the SAF third-party resources. More...

#include "saf_test.h"

Go to the source code of this file.

Functions

void test__afSTFT (void)
 Testing the alias-free STFT filterbank (near)-perfect reconstruction performance.
 
void test__realloc2d_r (void)
 Testing the realloc2d_r() function (reallocating 2-D array, while retaining the previous data order; except truncated or extended)
 
void test__malloc4d (void)
 Testing that malloc4d() works, and is truely contiguously allocated.
 
void test__malloc5d (void)
 Testing that malloc5d() works, and is truely contiguously allocated.
 
void test__malloc6d (void)
 Testing that malloc6d() works, and is truely contiguously allocated.
 

Detailed Description

Unit tests for the SAF third-party resources.

Author
Leo McCormack
Date
27.04.2020
License
ISC

Definition in file test__resources.c.

Function Documentation

◆ test__afSTFT()

void test__afSTFT ( void )

Testing the alias-free STFT filterbank (near)-perfect reconstruction performance.

Definition at line 27 of file test__resources.c.

◆ test__malloc4d()

void test__malloc4d ( void )

Testing that malloc4d() works, and is truely contiguously allocated.

Definition at line 162 of file test__resources.c.

◆ test__malloc5d()

void test__malloc5d ( void )

Testing that malloc5d() works, and is truely contiguously allocated.

Definition at line 193 of file test__resources.c.

◆ test__malloc6d()

void test__malloc6d ( void )

Testing that malloc6d() works, and is truely contiguously allocated.

Definition at line 227 of file test__resources.c.

◆ test__realloc2d_r()

void test__realloc2d_r ( void )

Testing the realloc2d_r() function (reallocating 2-D array, while retaining the previous data order; except truncated or extended)

Definition at line 102 of file test__resources.c.