Tizen 2.1 base
[apps/home/libslp-alarm.git] / TC / unit / utc_alarmdb_del_data_func.h
1 /*
2 *
3 * Copyright 2012  Samsung Electronics Co., Ltd
4 *
5 * Licensed under the Flora License, Version 1.0 (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 #include <tet_api.h>
19 #include <alarm-engine.h>
20 /****************************************************
21 * add your header file
22 * e.g.,
23 * #include <time.h>
24 * #include <stdio.h>
25 * #include <stdlib.h>
26 * #include <getopt.h>
27 * #include "calendar.h"
28 ****************************************************/
29
30 static void startup(), cleanup();
31 void (*tet_startup) () = startup;
32 void (*tet_cleanup) () = cleanup;
33
34 /****************************************************
35 * add your tc function
36 * e.g.,
37 * static void utc_lap_cb_func_01(void);
38 * static void utc_lap_cb_func_02(void);
39 ****************************************************/
40 static void utc_alarmdb_del_data_func_01(void);
41
42 /****************************************************
43 * add your test case list here
44 * e.g.,
45 * struct tet_testlist tet_testlist[] =  {
46 *                       { utc_ApplicationLib_recurGetDayOfWeek_func_01,1},
47 *                       { utc_ApplicationLib_recurGetDayOfWeek_func_02,2},
48 *                       {NULL,0}
49 * };
50 ****************************************************/
51 struct tet_testlist tet_testlist[] = {
52         {utc_alarmdb_del_data_func_01, 1},
53         {NULL, 0}
54 };