diff options
author | Alfred E. Heggestad <aeh@db.org> | 2016-07-24 18:00:40 +0200 |
---|---|---|
committer | Alfred E. Heggestad <aeh@db.org> | 2016-07-24 18:00:40 +0200 |
commit | 713f55a1f9958222f85238bde40482b566cf040e (patch) | |
tree | 7ca0800a14cec6f9cbe6794a3bdcea9b42001db7 /test/main.c | |
parent | 0a987e0a95b3473f8bc5e70455c92232d9990114 (diff) |
contact: make contacts re-entrant
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 c9f1964..c0bc1c1 100644 --- a/test/main.c +++ b/test/main.c @@ -28,6 +28,7 @@ static const struct test tests[] = { TEST(test_call_multiple), TEST(test_call_max), TEST(test_cmd), + TEST(test_contact), TEST(test_cplusplus), TEST(test_mos), TEST(test_network), |