aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-11 22:04:01 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-11 22:04:01 +0000
commita054406700c9d5451a0b5ef0e8a63e6d16527475 (patch)
tree4f72c3c7bf19ee128ff7d0de8face08a9c9af9ec /tests
parenta9f870c856a140fb10c6f993a0c6fcfca7d950e5 (diff)
Add ASTERISK_FILE_VERSION() macro
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@256745 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'tests')
-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"