apply FSL(Flora Software License)
[apps/core/preloaded/libslp-alarm.git] / TC / unit / utc_alarmdb_get_data_list_by_author_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_get_data_list_by_author_func_01(void);
40 static void utc_alarmdb_get_data_list_by_author_func_02(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_get_data_list_by_author_func_01, 1},
53         {utc_alarmdb_get_data_list_by_author_func_02, 2},
54         {NULL, 0}
55 };