| 632:1defab20b477 | 633:392ec9026b07 |
|---|---|
| 37 | 37 |
| 38 #ifdef __cplusplus | 38 #ifdef __cplusplus |
| 39 extern "C" { | 39 extern "C" { |
| 40 #endif | 40 #endif |
| 41 | 41 |
| 42 UCX_TEST(test_evhandler_create); | 42 CX_TEST(test_evhandler_create); |
| 43 UCX_TEST(test_event_send); | 43 CX_TEST(test_event_send); |
| 44 UCX_TEST(test_event_send_multi); | 44 CX_TEST(test_event_send_multi); |
| 45 | 45 |
| 46 | 46 |
| 47 #ifdef __cplusplus | 47 #ifdef __cplusplus |
| 48 } | 48 } |
| 49 #endif | 49 #endif |
| 50 | 50 |
| 51 #endif /* EVENT_H */ | 51 #endif /* TEST_EVENT_H */ |
| 52 | 52 |