diff options
author | Alfred E. Heggestad <aeh@db.org> | 2016-03-21 22:13:04 +0100 |
---|---|---|
committer | Alfred E. Heggestad <aeh@db.org> | 2016-03-21 22:13:04 +0100 |
commit | 5860fdb9a9b26e37852520d4598749f65f893bb5 (patch) | |
tree | 2fbc7a6ec5ccde2d49c3ea79106880126a1de7ed /test/main.c | |
parent | ffe31320d624f61afc536570853538c9df227254 (diff) |
mos: add pseudo Mean Opinion Score routine
thanks to Lorenzo Mangani for the original patch
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 3a2cf37..9ee4825 100644 --- a/test/main.c +++ b/test/main.c @@ -26,6 +26,7 @@ static const struct test tests[] = { TEST(test_call_reject), TEST(test_cmd), TEST(test_cplusplus), + TEST(test_mos), TEST(test_ua_alloc), TEST(test_ua_register), TEST(test_uag_find_param), |