Initialize Tizen 2.3
[apps/home/libslp-alarm.git] / TC / unit / utc_alarmdb_fini_func.h
1 /*
2 *
3 * Copyright 2012  Samsung Electronics Co., Ltd
4 *
5 * Licensed under the Flora License, Version 1.1 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 *    http://floralicense.org/license/
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 *
17 */
18
19 #include <tet_api.h>
20 #include <alarm-engine.h>
21 /****************************************************
22 * add your header file
23 * e.g.,
24 * #include <time.h>
25 * #include <stdio.h>
26 * #include <stdlib.h>
27 * #include <getopt.h>
28 * #include "calendar.h"
29 ****************************************************/
30
31 static void startup(), cleanup();
32 void (*tet_startup) () = startup;
33 void (*tet_cleanup) () = cleanup;
34
35 /****************************************************
36 * add your tc function
37 * e.g.,
38 * static void utc_lap_cb_func_01(void);
39 * static void utc_lap_cb_func_02(void);
40 ****************************************************/
41 static void utc_alarmdb_fini_func_01(void);
42
43 /****************************************************
44 * add your test case list here
45 * e.g.,
46 * struct tet_testlist tet_testlist[] =  {
47 *           { utc_ApplicationLib_recurGetDayOfWeek_func_01,1},
48 *           { utc_ApplicationLib_recurGetDayOfWeek_func_02,2},
49 *           {NULL,0}
50 * };
51 ****************************************************/
52 struct tet_testlist tet_testlist[] = {
53         {utc_alarmdb_fini_func_01, 1},
54         {NULL, 0}
55 };