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/srcs.mk | |
parent | ffe31320d624f61afc536570853538c9df227254 (diff) |
mos: add pseudo Mean Opinion Score routine
thanks to Lorenzo Mangani for the original patch
Diffstat (limited to 'test/srcs.mk')
-rw-r--r-- | test/srcs.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/srcs.mk b/test/srcs.mk index 6195d10..332ba3f 100644 --- a/test/srcs.mk +++ b/test/srcs.mk @@ -12,6 +12,7 @@ TEST_SRCS += cmd.c TEST_SRCS += ua.c TEST_SRCS += cplusplus.c TEST_SRCS += call.c +TEST_SRCS += mos.c # |