summaryrefslogtreecommitdiff
path: root/tests/test_pbx.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2010-04-11 22:04:01 +0000
committerRussell Bryant <russell@russellbryant.com>2010-04-11 22:04:01 +0000
commitc78b29cb1166a82c475e885f8d98ed8a26b48e0a (patch)
tree4f72c3c7bf19ee128ff7d0de8face08a9c9af9ec /tests/test_pbx.c
parent16774318f9156cc42cc5d17cca75fcc7f8b1c559 (diff)
Add ASTERISK_FILE_VERSION() macro
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@256745 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'tests/test_pbx.c')
-rw-r--r--tests/test_pbx.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_pbx.c b/tests/test_pbx.c
index af2375601..19c7d19f2 100644
--- a/tests/test_pbx.c
+++ b/tests/test_pbx.c
@@ -31,6 +31,9 @@
***/
#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include "asterisk/module.h"
#include "asterisk/pbx.h"
#include "asterisk/test.h"