test: fix samplefilt unit test to work with low-precision clock
This commit is contained in:
parent
be3c1b5243
commit
bcedacaa3d
1 changed files with 5 additions and 1 deletions
|
@ -18,9 +18,13 @@
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <samplefilt.c>
|
#include <local.h>
|
||||||
#include "test.h"
|
#include "test.h"
|
||||||
|
|
||||||
|
#define LCL_GetSysPrecisionAsQuantum() (1.0e-6)
|
||||||
|
|
||||||
|
#include <samplefilt.c>
|
||||||
|
|
||||||
void
|
void
|
||||||
test_unit(void)
|
test_unit(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue