upload tizen1.0 source
[pkgs/o/oma-ds-service.git] / test / src / oma_test_main.c
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  * oma_test_main.c
34  *
35  *  Created on: 2011. 7. 28.
36  *      Author: yangjoo.suh
37  */
38
39 #include "unit_test_run.h"
40
41 int main(void)
42 {
43         int test_success = unit_test_run(FUNCTION_MODE);
44         return test_success;
45 }