comparison src/cs/services/dar/tests/dar_test_misc.h @ 0:4e78acac3d88

src/{condat,cs,gpf,nucleus}: import from Selenite
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 06:23:26 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4e78acac3d88
1 /********************************************************************************/
2 /* */
3 /* File Name: dar_test_misc.h */
4 /* */
5 /* Purpose: This file contains the definition usefull for a DAR */
6 /* misc test. */
7 /* */
8 /* Note: None. */
9 /* */
10 /* Version 0.1 */
11 /* */
12 /* Date Modification */
13 /* ---------------------------------------------------------------------------*/
14 /* 5 November 2001 Create */
15 /* */
16 /* Author Stephanie Gerthoux */
17 /* */
18 /* (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved */
19 /********************************************************************************/
20
21 #ifndef _DAR_TEST_MISC_H_
22 #define _DAR_TEST_MISC_H_
23
24 #include "tests/rv/rv_test_filter_redirect.h"
25 #include "tests/rv/rv_test_misc.h"
26
27 #if (DAR_MISC == SW_COMPILED)
28
29 /* Define paramters, functions and macros used to miscellaneous DAR tests */
30
31 #endif /* #if (DAR_MISC == SW_COMPILED) */
32 #endif