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