diff options
author | Alfred E. Heggestad <alfred.heggestad@gmail.com> | 2017-02-23 19:21:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-23 19:21:50 +0100 |
commit | fb6bf93a7816516247523bd004737b2d1f3bba86 (patch) | |
tree | 334abf16f49890e6825c815a5b889f675c2033fb /test/main.c | |
parent | 39ff942fa874ff0d698d3ac938a6c8c741afb107 (diff) |
Message reentrant (#214)
* message: make it re-entrant
* clean up message test-code
Diffstat (limited to 'test/main.c')
-rw-r--r-- | test/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/main.c b/test/main.c index ba4deea..6c3f8c9 100644 --- a/test/main.c +++ b/test/main.c @@ -36,6 +36,7 @@ static const struct test tests[] = { TEST(test_cmd_long), TEST(test_contact), TEST(test_cplusplus), + TEST(test_message), TEST(test_mos), TEST(test_network), TEST(test_ua_alloc), |