comparison: test/utils.h
test/utils.h
- branch
- dav-2
- changeset 879
- 255a5ef46400
- parent 792
- 4e4e5bbad164
- child 889
- 42cdbf9bbd49
equal
deleted
inserted
replaced
| 27 */ |
27 */ |
| 28 |
28 |
| 29 #ifndef TEST_UTILS_H |
29 #ifndef TEST_UTILS_H |
| 30 #define TEST_UTILS_H |
30 #define TEST_UTILS_H |
| 31 |
31 |
| 32 #include "test.h" |
32 #include <cx/test.h> |
| 33 |
33 |
| 34 #ifdef __cplusplus |
34 #ifdef __cplusplus |
| 35 extern "C" { |
35 extern "C" { |
| 36 #endif |
36 #endif |
| 37 |
37 |
| 38 UCX_TEST(test_util_parse_creationdate); |
38 CX_TEST(test_util_parse_creationdate); |
| 39 |
39 |
| 40 |
40 |
| 41 #ifdef __cplusplus |
41 #ifdef __cplusplus |
| 42 } |
42 } |
| 43 #endif |
43 #endif |