upload tizen1.0 source
[pkgs/o/oma-ds-service.git] / test / include / unit_test_suites.h
1 /*
2  * oma-ds-service
3  *
4  * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved
5  * PROPRIETARY/CONFIDENTIAL
6  *
7  * Contact: JuHak Park <juhaki.park@samsung.com>,
8  *          JuneHyuk Lee <junhyuk7.lee@samsung.com>,
9  *          SunBong Ha <sunbong.ha@samsung.com>
10  *
11  * This software is the confidential and proprietary information of
12  * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not disclose
13  * such Confidential Information and shall use it only in accordance with the
14  * terms of the license agreement you entered into with SAMSUNG ELECTRONICS.
15  * SAMSUNG make no representations or warranties about the suitability of the
16  * software, either express or implied, including but not limited to the
17  * implied warranties of merchantability, fitness for a particular purpose, or
18  * non-infringement. SAMSUNG shall not be liable for any damages suffered by
19  * licensee as a result of using, modifying or distributing this software or
20  * its derivatives.
21  */
22
23 /*
24  * For any sort of issue you concern as to this software,
25  * you may use following point of contact.
26  * All resources contributed on this software
27  * are orinigally written by S-Core Inc., a member of Samsung Group.
28  *
29  * SeongWon Shim <seongwon.shim@samsung.com>
30  */
31
32 /*
33  * unit_test_suites.h
34  *
35  *  Created on: 2011. 7. 28.
36  *      Author: yangjoo.suh
37  */
38
39 #ifndef UNIT_TEST_SUITES_H_
40 #define UNIT_TEST_SUITES_H_
41
42 #include "unit_test_common.h"
43 #include "suites/unit_test_sample_suite.h"
44
45 /* define here suites to be tested */
46 typedef Suite *(*SUITE_FUNCTION) (void);
47 static SUITE_FUNCTION suiteFunctions[] = {
48                 sample_suite
49 };
50
51 #endif /* UNIT_TEST_SUITES_H_ */