| 25:0bb91d1f9bba | 26:dc36aa437249 |
|---|---|
| 39 #ifdef __cplusplus | 39 #ifdef __cplusplus |
| 40 extern "C" { | 40 extern "C" { |
| 41 #endif | 41 #endif |
| 42 | 42 |
| 43 int init_test_db(void); | 43 int init_test_db(void); |
| 44 | |
| 45 int init_db_tests(void); | 44 int init_db_tests(void); |
| 46 | |
| 47 void cleanup_db_tests(void); | 45 void cleanup_db_tests(void); |
| 48 | 46 |
| 49 CX_TEST(testSqliteConnection); | 47 CX_TEST(testSqliteConnection); |
| 50 CX_TEST(testConnectionExec); | 48 CX_TEST(testConnectionExec); |
| 51 CX_TEST(testSingleValueQuery); | 49 CX_TEST(testSingleValueQuery); |