| 700:658f4c02b4c5 | 701:936e5487418a |
|---|---|
| 54 #include "object.h" | 54 #include "object.h" |
| 55 #include "io.h" | 55 #include "io.h" |
| 56 #include "event.h" | 56 #include "event.h" |
| 57 #include "strreplace.h" | 57 #include "strreplace.h" |
| 58 #include "rewrite.h" | 58 #include "rewrite.h" |
| 59 #include "httpclient.h" | |
| 59 | 60 |
| 60 void register_pg_tests(int argc, char **argv, CxTestSuite *suite); | 61 void register_pg_tests(int argc, char **argv, CxTestSuite *suite); |
| 61 | 62 |
| 62 | 63 |
| 63 void test() { | 64 void test() { |
| 205 // saf tests | 206 // saf tests |
| 206 | 207 |
| 207 | 208 |
| 208 // http tests | 209 // http tests |
| 209 http_client_add_tests(suite); | 210 http_client_add_tests(suite); |
| 211 cx_test_register(suite, test_http_client_simple_get1); | |
| 210 | 212 |
| 211 // plugin tests | 213 // plugin tests |
| 212 #ifdef ENABLE_POSTGRESQL | 214 #ifdef ENABLE_POSTGRESQL |
| 213 register_pg_tests(argc, argv, suite); | 215 register_pg_tests(argc, argv, suite); |
| 214 #endif | 216 #endif |