upload tizen1.0 source
[framework/system/sync-agent.git] / framework / test / include / suites / unit_test_sample_suite.h
1 /*
2  * unit_test_sample_suite.h
3  *
4  *  Created on: 2011. 7. 28.
5  *      Author: yangjoo.suh
6  */
7
8 #ifndef UNIT_TEST_SUITE_H_
9 #define UNIT_TEST_SUITE_H_
10
11 #include "unit_test_common.h"
12
13 Suite *sample_suite(void);
14
15 #endif /* UNIT_TEST_SUITE_H_ */