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