]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Add CEL unit tests and do some cleanup
authorKinsey Moore <kmoore@digium.com>
Tue, 2 Jul 2013 14:01:53 +0000 (14:01 +0000)
committerKinsey Moore <kmoore@digium.com>
Tue, 2 Jul 2013 14:01:53 +0000 (14:01 +0000)
commit6e3a5d2d48ad6181651635305274fcc7b3e0b996
tree4739573199ece6df9b942ac61c70b47241a32d37
parentf7624718f82ea3b6ad3e7a27ff931d0100d6f98d
Add CEL unit tests and do some cleanup

This adds several unit tests for CEL functionality and provides the
requisite framework for creating additional unit tests.

This also cleans up some reference leaks that were occurring in
Stasis-Core message callback code.

Review: https://reviewboard.asterisk.org/r/2646/

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393410 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/cel.h
main/cel.c
tests/test_cel.c [new file with mode: 0644]