ICAROUS
apps
scheduler
fsw
unit_test
sch_api_test.h
1
/*************************************************************************
2
** File:
3
** $Id: sch_api_test.h 1.2 2017/06/21 15:28:55EDT mdeschu Exp $
4
**
5
** Purpose:
6
** This file contains the function prototypes for the unit test cases for sch_api.c
7
**
8
** References:
9
** Flight Software Branch C Coding Standard Version 1.2
10
** CFS Development Standards Document
11
** Notes:
12
**
13
*************************************************************************/
14
15
/*
16
* Includes
17
*/
18
19
#include "utassert.h"
20
#include "uttest.h"
21
22
/*
23
* Function Prototypes
24
*/
25
26
void
SCH_API_Test_AddTestCases(
void
);
27
28
29
/************************/
30
/* End of File Comment */
31
/************************/
Generated by
1.9.2