XCORE SDK
XCORE Software Development Kit
tst_common.h
1 // Copyright 2020-2021 XMOS LIMITED.
2 // This Software is subject to the terms of the XMOS Public Licence: Version 1.
3 
4 #pragma once
5 
6 #include <stdint.h>
7 
8 #include "bfp_math.h"
9 #include "pseudo_rand.h"
10 #include "rand_frame.h"
11 #include "testing.h"
12 
13 #include "tst_asserts.h"
14 
15 
16 EXTERN_C
17 void setExtraInfo_R(
18  int rep);
19 
20 EXTERN_C
21 void setExtraInfo_RS(
22  int rep,
23  unsigned seed);
24 
25 EXTERN_C
26 void setExtraInfo_RSL(
27  int rep,
28  unsigned seed,
29  unsigned length);