Added reciept send functional test

This commit is contained in:
James Booth
2015-07-20 22:35:14 +01:00
parent d54cbf126a
commit d40998c4af
3 changed files with 23 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ int main(int argc, char* argv[]) {
PROF_FUNC_TEST(receive_self_carbon),
PROF_FUNC_TEST(send_receipt_request),
PROF_FUNC_TEST(send_receipt_on_request),
};
return run_tests(all_tests);